From: nbd Date: Sun, 8 Jan 2012 16:14:11 +0000 (+0000) Subject: classpath: leave out tools.zip, it is only required at build time X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a78db67d161c1ea37a8a2a93d97b1c2fa4ac195d;p=packages.git 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 --- 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