install bluez.pc pkg-config file (closes: #2238)
[openwrt/svn-archive/archive.git] / net / udp-broadcast-relay / Makefile
index 2a45d4923285bf99b92d306938006cbdd31cb5c7..18c59412b0bca3f8738cdcad0b0ff3c6c767345c 100644 (file)
@@ -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