replace lots of manual install commands with INSTALL_* variables
[packages.git] / libs / libupnp / Makefile
index ff81cce..8f544c4 100644 (file)
@@ -57,7 +57,7 @@ define Build/UninstallDev
 endef
 
 define Package/libupnp/install
-       install -d -m0755 $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_BUILD_DIR)/upnp/bin/lib{ixml,threadutil,upnp}.so $(1)/usr/lib/
 endef