From a78db67d161c1ea37a8a2a93d97b1c2fa4ac195d Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 8 Jan 2012 16:14:11 +0000 Subject: [PATCH] classpath: leave out tools.zip, it is only required at build time git-svn-id: svn://svn.openwrt.org/openwrt/packages@29696 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/classpath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/classpath/Makefile b/libs/classpath/Makefile index 5815bf435..cf46c66f3 100644 --- a/libs/classpath/Makefile +++ b/libs/classpath/Makefile @@ -60,7 +60,7 @@ define Package/classpath/install $(PKG_INSTALL_DIR)/usr/lib/logging.properties \ $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/classpath/*.so* $(1)/usr/lib/classpath/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/classpath/*.zip $(1)/usr/share/classpath/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/classpath/glibj.zip $(1)/usr/share/classpath/ endef define Build/InstallDev -- 2.11.0