projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d380482
)
really set exec perm on peerguardian initscript (thanks olli for noticing)
author
Nicolas Thill
<nico@openwrt.org>
Sat, 29 Sep 2007 18:53:41 +0000
(18:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 29 Sep 2007 18:53:41 +0000
(18:53 +0000)
SVN-Revision: 9073
net/peerguardian/Makefile
patch
|
blob
|
history
diff --git
a/net/peerguardian/Makefile
b/net/peerguardian/Makefile
index f184dcfd7e065dfbb209356ffeb290fb774214ae..eba0b12bd902306f8c96dfde0afb77d7b688d109 100644
(file)
--- a/
net/peerguardian/Makefile
+++ b/
net/peerguardian/Makefile
@@
-57,7
+57,7
@@
define Package/peerguardian/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/peerguardnf $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pgtext $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_
DATA
) ./files/peerguardian.init $(1)/etc/init.d/peerguardian
+ $(INSTALL_
BIN
) ./files/peerguardian.init $(1)/etc/init.d/peerguardian
endef
$(eval $(call BuildPackage,peerguardian))