projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c736db
)
init script should be executable by default
author
Florian Fainelli
<florian@openwrt.org>
Wed, 5 Sep 2007 21:28:50 +0000
(21:28 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 5 Sep 2007 21:28:50 +0000
(21:28 +0000)
SVN-Revision: 8634
net/tinyproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/tinyproxy/Makefile
b/net/tinyproxy/Makefile
index a8b64f15a86a2121a64c9ceb84bd9e0525754305..87115329102182b8f935bcf94b46d15f8a907cd9 100644
(file)
--- 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))