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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=3aae082416370bc82f723c766d53911f41ad40fa 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 f184dcfd7e..eba0b12bd9 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))