summaryrefslogtreecommitdiffstats
path: root/package/ebtables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r--package/ebtables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 4ee683388..df551154e 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -24,8 +24,8 @@ URL:=http://ebtables.sourceforge.net/
endef
define Package/ebtables/install
- install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables
+ install -d -m0755 $(1)/usr/sbin
+ install -m0755 $(PKG_BUILD_DIR)/ebtables $(1)/usr/sbin/ebtables
endef
$(eval $(call BuildPackage,ebtables))