[libjgroups-java] 05/38: minor fix in orig-tar.sh
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjgroups-java.
commit 991be63f33591e9bead44ff31eb63c8d65195574
Author: Torsten Werner <twerner at debian.org>
Date: Tue Oct 30 06:10:05 2007 +0000
minor fix in orig-tar.sh
---
debian/orig-tar.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a0d7c2e..f4ac409 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,7 +7,7 @@ DIR=libjgroups-java-$2.orig
# 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'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgroups-java.git
More information about the pkg-java-commits
mailing list