[pkg-java] r3538 - trunk/modello/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Wed May 23 23:37:30 UTC 2007


Author: paulcager-guest
Date: 2007-05-23 23:37:30 +0000 (Wed, 23 May 2007)
New Revision: 3538

Modified:
   trunk/modello/debian/rules
Log:
Corrected get-orig-source rule

Modified: trunk/modello/debian/rules
===================================================================
--- trunk/modello/debian/rules	2007-05-23 23:30:11 UTC (rev 3537)
+++ trunk/modello/debian/rules	2007-05-23 23:37:30 UTC (rev 3538)
@@ -29,7 +29,7 @@
 	mkdir orig_tmp
 	cd orig_tmp && \
 		svn export -q $(SVN) $(PACKAGE) && \
-		rm -rf modello-maven-plugin modello-plugins modello-plugins-sandbox modello-test modello-site && \
+		cd modello; rm -rf modello-maven-plugin modello-plugins modello-plugins-sandbox modello-test modello-site; cd .. && \
 		tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE)
 	rm -rf orig_tmp
 	




More information about the pkg-java-commits mailing list