[pkg-java] r11297 - trunk/jetty/debian

Pablo Duboue pabloduboue-guest at alioth.debian.org
Wed Dec 16 21:31:21 UTC 2009


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




More information about the pkg-java-commits mailing list