make_linux.sh tarball creation fix directory structure.

This commit is contained in:
John MacFarlane
2017-10-22 14:50:42 -07:00
parent e720a44f68
commit 901c68a65f
+2 -1
View File
@@ -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