mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
[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
This commit is contained in:
parent
8bef1323b0
commit
db931e8444
@ -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 New Issue
Block a user