From: florian Date: Wed, 5 Sep 2007 21:28:50 +0000 (+0000) Subject: init script should be executable by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9b521ada0d03febcc21c68ebaf337ce026f4865f;p=packages.git init script should be executable by default git-svn-id: svn://svn.openwrt.org/openwrt/packages@8634 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/tinyproxy/Makefile b/net/tinyproxy/Makefile index a8b64f15a..871153291 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))