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

SVN-Revision: 12833
lede-17.01
Andy Boyett 2008-10-03 06:02:20 +00:00
parent 3edacc961c
commit bbf0f2fac5
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