wshaper: stupid me, forget to create dirs

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
matteo 2008-03-11 01:23:32 +00:00
parent 096a248666
commit f8174abc9d

View File

@ -41,7 +41,7 @@ define Build/Compile
endef
define Package/wshaper/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/usr/sbin/ $(1)/etc/init.d
$(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
$(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
endef