init script should be executable by default

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-09-05 21:28:50 +00:00
parent d591d4e0e7
commit 9b521ada0d

View File

@ -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))