X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fwshaper%2FMakefile;h=45b888050d5163b9c1e218640b78cb02e2957718;hp=1f02f0b5dad829488702873b517c9c3ea3ee0e06;hb=711e57f7bd7cf8e1045462d72aeccf36badbae8b;hpb=74105c59587108a9cfd5ff4024c1218026097eb5 diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index 1f02f0b5da..45b888050d 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