From: Nicolas Thill Date: Sat, 29 Sep 2007 18:53:41 +0000 (+0000) Subject: really set exec perm on peerguardian initscript (thanks olli for noticing) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=db44e6a2128263b70a6f3caf0649af6bde93bd34;p=openwrt%2Fsvn-archive%2Fpackages.git really set exec perm on peerguardian initscript (thanks olli for noticing) SVN-Revision: 9073 --- diff --git a/net/peerguardian/Makefile b/net/peerguardian/Makefile index f184dcfd7..eba0b12bd 100644 --- 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))