Fix executable bit on igmpproxy
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Jan 2007 09:51:04 +0000 (09:51 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Jan 2007 09:51:04 +0000 (09:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5968 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/igmpproxy/Makefile

index a0b9644..97f7968 100644 (file)
@@ -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))