From bbd58e19d20b25610397d4ab062e2c119e47fecb Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 2 Jan 2007 09:51:04 +0000 Subject: [PATCH] Fix executable bit on igmpproxy git-svn-id: svn://svn.openwrt.org/openwrt/packages@5968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/igmpproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index a0b964405..97f79682b 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))