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' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

