aboutsummaryrefslogtreecommitdiffstats
path: root/package/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index 1470ead89a..5a58f8f8da 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -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