From: Florian Fainelli Date: Tue, 2 Jan 2007 09:51:04 +0000 (+0000) Subject: Fix executable bit on igmpproxy X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=5fe40e7f688dfbd02b0bff371f9baa17e6ab4e21 Fix executable bit on igmpproxy SVN-Revision: 5968 --- diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index a0b964405f..97f79682b8 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -45,7 +45,7 @@ define Package/igmpproxy/install $(INSTALL_DIR) $(1)/etc $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy.conf $(1)/etc $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc - $(INSTALL_DATA) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/ endef $(eval $(call BuildPackage,igmpproxy))