replace lots of manual install commands with INSTALL_* variables
[openwrt.git] / package / gmp / Makefile
index 1470ead89aa99dfc8110f0cbe4af180eefd59028..5a58f8f8dac8d452e3aa5ece97603cf7da9980bb 100644 (file)
@@ -58,7 +58,7 @@ define Build/UninstallDev
 endef
 
 define Package/libgmp/install
-       install -m0755 -d $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgmp.so.* $(1)/usr/lib/
 endef