ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it
SVN-Revision: 12833
This commit is contained in:
parent
3edacc961c
commit
bbf0f2fac5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue