From 9b521ada0d03febcc21c68ebaf337ce026f4865f Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 5 Sep 2007 21:28:50 +0000 Subject: [PATCH] init script should be executable by default git-svn-id: svn://svn.openwrt.org/openwrt/packages@8634 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tinyproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0