Menuconfig will not treat 'select FOO' as a real dependency
[openwrt.git] / package / zlib / Makefile
index 02eb45d..74544bc 100644 (file)
@@ -67,7 +67,7 @@ define Build/UninstallDev
 endef
 
 define Package/zlib/install
-       install -d -m0755 $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.so.* $(1)/usr/lib/
 endef
 
This page took 0.0192870000000001 seconds and 4 git commands to generate.