X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Figmpproxy%2FMakefile;h=97f79682b8dadfbcdd880bde7055d6b04df6e5fa;hp=a0b964405f067b2b3950f3b490e0df604ede0b21;hb=5fe40e7f688dfbd02b0bff371f9baa17e6ab4e21;hpb=bf5ddd8650a736a575377cd2fad9db91d8522f88 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))