From: crazy_imp Date: Sat, 7 Jul 2007 09:05:37 +0000 (+0000) Subject: removed apr-1-config, you won't need it on a router, it's only for building other... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8bb8d80ebb690e8779fc641e662ea5e44fca9c75;p=packages.git removed apr-1-config, you won't need it on a router, it's only for building other packages git-svn-id: svn://svn.openwrt.org/openwrt/packages@7883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 8e27943ea..79327bcbf 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -83,8 +83,6 @@ define Build/UninstallDev endef define Package/apr/install - $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/apr-1-config $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ endef