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:
parent
d591d4e0e7
commit
9b521ada0d
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user