remove host tools from packages/libs/libtool
[openwrt/svn-archive/archive.git] / libs / openldap / Makefile
index 20421c24b0c75dcfd320b980f01ff8ecba9f78e5..06c526d8e53455c3721651edaff2b7abb1c7099d 100644 (file)
@@ -112,7 +112,7 @@ endef
        
 define Package/openldap-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ldap* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ldap* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libopenldap))