X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fgmp%2FMakefile;h=5a58f8f8dac8d452e3aa5ece97603cf7da9980bb;hb=a4a6443af12b7758b12020f561fa7fe2e0a3e87f;hp=1470ead89aa99dfc8110f0cbe4af180eefd59028;hpb=2347229ddd150b425c9617dabfe6ae7e2bcc53eb;p=openwrt.git 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