1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03: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:
agb 2008-10-03 06:02:20 +00:00
parent 8bef1323b0
commit db931e8444

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