From f8174abc9d4841841f39c94e56bf0ba498437ebf Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 11 Mar 2008 01:23:32 +0000 Subject: [PATCH] wshaper: stupid me, forget to create dirs git-svn-id: svn://svn.openwrt.org/openwrt/packages@10587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wshaper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index 1f02f0b5d..45b888050 100644 --- a/net/wshaper/Makefile +++ b/net/wshaper/Makefile @@ -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 -- 2.11.0