[pkg-java] r2530 - branches/jaxme/feature/debian/debian

Marcus Better marcusb-guest at costa.debian.org
Sun Oct 1 08:26:03 UTC 2006


Author: marcusb-guest
Date: 2006-10-01 08:26:03 +0000 (Sun, 01 Oct 2006)
New Revision: 2530

Modified:
   branches/jaxme/feature/debian/debian/rules
Log:
Typo.


Modified: branches/jaxme/feature/debian/debian/rules
===================================================================
--- branches/jaxme/feature/debian/debian/rules	2006-10-01 08:25:20 UTC (rev 2529)
+++ branches/jaxme/feature/debian/debian/rules	2006-10-01 08:26:03 UTC (rev 2530)
@@ -50,8 +50,8 @@
 	mv $(INSTALLDIR)/usr/share/doc/$(PKGNAME)/apidocs \
 	   $(INSTALLDIR)/usr/share/doc/$(PKGNAME)/api
 	for f in js xs pm api; do \
-	  install -m 644 dist/jaxme$$f-$(VERSION).jar $(JAVALIBDIR) \
-	  ln -s jaxme$$f-$(VERSION).jar $(JAVALIBDIR)/jaxme$$f.jar \
+	  install -m 644 dist/jaxme$$f-$(VERSION).jar $(JAVALIBDIR); \
+	  ln -s jaxme$$f-$(VERSION).jar $(JAVALIBDIR)/jaxme$$f.jar; \
 	done
 	install -m 644 dist/jaxme2-$(VERSION).jar $(JAVALIBDIR)
 	ln -s jaxme2-$(VERSION).jar $(JAVALIBDIR)/jaxme2.jar




More information about the pkg-java-commits mailing list