replace lots of manual install commands with INSTALL_* variables
[packages.git] / libs / ustl / Makefile
index 8b1fc5d..ae1a264 100644 (file)
@@ -50,7 +50,7 @@ define Build/Compile
 endef
 
 define Package/ustl/install
-       install -d -m0755 $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libustl.so.* $(1)/usr/lib/
 endef