From: matteo Date: Tue, 11 Mar 2008 01:18:26 +0000 (+0000) Subject: wshaper: fix install path X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=096a24866677eb219d2bbb39e43bad8da159b0a1;p=packages.git wshaper: fix install path git-svn-id: svn://svn.openwrt.org/openwrt/packages@10586 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index 691d2633d..1f02f0b5d 100644 --- a/net/wshaper/Makefile +++ b/net/wshaper/Makefile @@ -43,6 +43,7 @@ endef define Package/wshaper/install $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/ + $(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper endef $(eval $(call BuildPackage,wshaper))