From db44e6a2128263b70a6f3caf0649af6bde93bd34 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 29 Sep 2007 18:53:41 +0000 Subject: [PATCH] really set exec perm on peerguardian initscript (thanks olli for noticing) SVN-Revision: 9073 --- net/peerguardian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2