Update vpnc to 0.4.0, thanks to Swen Kuhnlein
[openwrt/svn-archive/archive.git] / libs / expat / Makefile
index 1afdf34e39fc0c2835247b6cdbb152d2d965c7c1..5af8eb8f282ab4261be60711ffb373c28eb69c4b 100644 (file)
@@ -61,7 +61,7 @@ define Build/UninstallDev
 endef
 
 define Package/libexpat/install
-       install -d -m0755 $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
 endef