Add -linux suffix to linux tarball.
This commit is contained in:
parent
a57c7e0fb3
commit
3eaa6ff329
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ strip $TARGET/bin/pandoc
|
||||||
strip $TARGET/bin/pandoc-citeproc
|
strip $TARGET/bin/pandoc-citeproc
|
||||||
gzip -9 $TARGET/share/man/man1/pandoc.1
|
gzip -9 $TARGET/share/man/man1/pandoc.1
|
||||||
gzip -9 $TARGET/share/man/man1/pandoc-citeproc.1
|
gzip -9 $TARGET/share/man/man1/pandoc-citeproc.1
|
||||||
tar cvzf $TARGET.tar.gz $TARGET
|
tar cvzf $TARGET-linux.tar.gz $TARGET
|
||||||
rm -r $TARGET
|
rm -r $TARGET
|
||||||
|
|
Loading…
Reference in a new issue