Author: pabloduboue-guest
Date: 2009-12-16 21:31:21 +0000 (Wed, 16 Dec 2009)
New Revision: 11297

Modified:
   trunk/jetty/debian/orig-tar.sh
Log:
fixed "self destruct" behavior, where get-orig will also delete its own folder


Modified: trunk/jetty/debian/orig-tar.sh
===================================================================
--- trunk/jetty/debian/orig-tar.sh      2009-12-16 15:08:01 UTC (rev 11296)
+++ trunk/jetty/debian/orig-tar.sh      2009-12-16 21:31:21 UTC (rev 11297)
@@ -14,7 +14,9 @@
 rm -r $DIR/contrib/maven-beanshell-plugin
 
 tar -c -z -f $TAR $DIR
-rm -rf $DIR ../$TAG
+# drop ../$TAG to avoid "self-destruct" behavior
+#rm -rf $DIR ../$TAG
+rm -rf $DIR
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to