removed apu-1-config, you won't need it on a router, it's only for building othe
authorcrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Jul 2007 09:06:19 +0000 (09:06 +0000)
committercrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Jul 2007 09:06:19 +0000 (09:06 +0000)
r packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7884 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/apr-util/Makefile

index 093f7d5..69084e9 100644 (file)
@@ -76,8 +76,6 @@ define Build/UninstallDev
 endef
 
 define Package/apr-util/install        
-       $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/apu-1-config $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
 endef