From 901c68a65fc2e7389927cf8138a08369b2821978 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Oct 2017 14:50:42 -0700 Subject: make_linux.sh tarball creation fix directory structure. --- linux/make_linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/make_linux.sh b/linux/make_linux.sh index 90e84d06a..c86e5f8b2 100644 --- a/linux/make_linux.sh +++ b/linux/make_linux.sh @@ -75,5 +75,6 @@ strip $TARGET/bin/pandoc strip $TARGET/bin/pandoc-citeproc gzip -9 $TARGET/share/man/man1/pandoc.1 gzip -9 $TARGET/share/man/man1/pandoc-citeproc.1 -tar cvzf $TARGET.tar.gz $TARGET +cd $ARTIFACTS +tar cvzf pandoc-$VERSION.tar.gz pandoc-$VERSION rm -r $TARGET -- cgit v1.2.3