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