From: florian Date: Sat, 27 Sep 2008 15:13:35 +0000 (+0000) Subject: Fix location to the ebtables modules (#3855) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=efe85d2e9135e245798cfb5dc9d7834d123f24bf;p=openwrt.git Fix location to the ebtables modules (#3855) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index 3da99f329e..aef4285d28 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -36,7 +36,8 @@ define Package/ebtables/description endef MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS)" + CFLAGS="$(TARGET_CFLAGS)" \ + LIBDIR="/usr/lib/ebtables" define Package/ebtables/install $(INSTALL_DIR) $(1)/etc