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