X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fudp-broadcast-relay%2FMakefile;h=18c59412b0bca3f8738cdcad0b0ff3c6c767345c;hb=0c94c125965642995d803f65fb312c26a18c91c4;hp=2a45d4923285bf99b92d306938006cbdd31cb5c7;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/udp-broadcast-relay/Makefile b/net/udp-broadcast-relay/Makefile index 2a45d49232..18c59412b0 100644 --- a/net/udp-broadcast-relay/Makefile +++ b/net/udp-broadcast-relay/Makefile @@ -42,7 +42,7 @@ define Build/Compile endef define Package/udp-broadcast-relay/install - install -d -m0755 $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ endef