mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
make_linux.sh tarball creation fix directory structure.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user