[pkg-java] r4501 - trunk/libjgroups-java/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Tue Oct 30 06:10:05 UTC 2007
Author: twerner
Date: 2007-10-30 06:10:05 +0000 (Tue, 30 Oct 2007)
New Revision: 4501
Modified:
trunk/libjgroups-java/debian/orig-tar.sh
Log:
minor fix in orig-tar.sh
Modified: trunk/libjgroups-java/debian/orig-tar.sh
===================================================================
--- trunk/libjgroups-java/debian/orig-tar.sh 2007-10-30 05:23:23 UTC (rev 4500)
+++ trunk/libjgroups-java/debian/orig-tar.sh 2007-10-30 06:10:05 UTC (rev 4501)
@@ -7,7 +7,7 @@
# clean up the upstream tarball
unzip $3
mv JGroups-* $DIR
-tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' --exclude 'lib/*' $DIR
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' --exclude '*/lib/*' $DIR
rm -rf $3 $DIR
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list