[ebtables] ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12833 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Andy Boyett 2008-10-03 06:02:20 +00:00
parent 00fcc53466
commit 44d43f5e7f
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ define Package/ebtables/install
endef
define Package/ebtables-utils/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ebtables-save $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ebtables-restore $(1)/usr/sbin/
endef