From b0a2b5f7aac0a95236ae76d91cf4a407148d9cdd Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 8 Aug 2006 08:51:13 +0000 Subject: [PATCH] Remove references to old IDIR_* git-svn-id: svn://svn.openwrt.org/openwrt/packages@4519 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/sablevm-classpath/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/sablevm-classpath/Makefile b/lang/sablevm-classpath/Makefile index 6b2e58eb5..46627a8fe 100644 --- a/lang/sablevm-classpath/Makefile +++ b/lang/sablevm-classpath/Makefile @@ -67,22 +67,22 @@ define Build/Compile endef define Package/libsablevm-classpath/install - install -d -m0755 $(IDIR_LIBSABLEVM_CLASSPATH)/usr/lib/sablevm-classpath - $(CP) $(PKG_INSTALL_DIR)/usr/lib/sablevm-classpath/libjava*.so $(IDIR_LIBSABLEVM_CLASSPATH)/usr/lib/sablevm-classpath/ - install -d -m0755 $(IDIR_LIBSABLEVM_CLASSPATH)/usr/lib/security - $(CP) $(PKG_INSTALL_DIR)/usr/lib/security/classpath.security $(IDIR_LIBSABLEVM_CLASSPATH)/usr/lib/security/ + install -d -m0755 $(1)/usr/lib/sablevm-classpath + $(CP) $(PKG_INSTALL_DIR)/usr/lib/sablevm-classpath/libjava*.so $(1)/usr/lib/sablevm-classpath/ + install -d -m0755 $(1)/usr/lib/security + $(CP) $(PKG_INSTALL_DIR)/usr/lib/security/classpath.security $(1)/usr/lib/security/ endef define Package/sablevm-classpath-full/install - install -d -m0755 $(IDIR_SABLEVM_CLASSPATH_FULL)/usr/share/sablevm-classpath + install -d -m0755 $(1)/usr/share/sablevm-classpath $(CP) $(PKG_INSTALL_DIR)/usr/share/sablevm-classpath/{libclasspath,resources}.jar \ - $(IDIR_SABLEVM_CLASSPATH_FULL)/usr/share/sablevm-classpath/ + $(1)/usr/share/sablevm-classpath/ endef define Package/sablevm-classpath-mini/install - install -d -m0755 $(IDIR_SABLEVM_CLASSPATH_MINI)/usr/share/sablevm-classpath + install -d -m0755 $(1)/usr/share/sablevm-classpath install -m0755 $(PKG_BUILD_DIR)/lib/mini.jar \ - $(IDIR_SABLEVM_CLASSPATH_MINI)/usr/share/sablevm-classpath/libclasspath.jar + $(1)/usr/share/sablevm-classpath/libclasspath.jar endef $(eval $(call BuildPackage,libsablevm-classpath)) -- 2.11.0