X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Figmpproxy%2FMakefile;h=a0b964405f067b2b3950f3b490e0df604ede0b21;hb=c0e52478488c8477348e277d6a5e46019152dd20;hp=8bf9d20e7cbfb181b42015ad788c1742db10fc76;hpb=61e30ef6354a7c3b673f3e1458791b0f82580166;p=packages.git diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 8bf9d20e7..a0b964405 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -42,10 +42,10 @@ define Build/Compile endef define Package/igmpproxy/install - install -d -m0755 $(1)/etc - install -m0755 $(PKG_BUILD_DIR)/src/igmpproxy.conf $(1)/etc - install -d -m0755 $(1)/usr/sbin $(1)/etc - install -m0644 $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/ + $(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/ endef $(eval $(call BuildPackage,igmpproxy))