From: Florian Fainelli Date: Wed, 5 Sep 2007 21:28:50 +0000 (+0000) Subject: init script should be executable by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=964e47dfdf7bc71d693c36e95bb7f2b153518b4c init script should be executable by default SVN-Revision: 8634 --- diff --git a/net/tinyproxy/Makefile b/net/tinyproxy/Makefile index a8b64f15a8..8711532910 100644 --- a/net/tinyproxy/Makefile +++ b/net/tinyproxy/Makefile @@ -54,7 +54,7 @@ define Package/tinyproxy/install $(INSTALL_DIR) $(1)/etc/tinyproxy $(CP) $(PKG_INSTALL_DIR)/etc/tinyproxy/tinyproxy.conf $(1)/etc/tinyproxy/ $(INSTALL_DIR) $(1)/etc/init.d - $(CP) ./files/tinyproxy.init $(1)/etc/init.d/tinyproxy + $(INSTALL_BIN) ./files/tinyproxy.init $(1)/etc/init.d/tinyproxy endef $(eval $(call BuildPackage,tinyproxy))