linux tarball: add architecture -amd64 to filename.

Now it will be: pandoc-VERSION-linux-ARCH.tar.gz
This commit is contained in:
John MacFarlane 2019-10-04 22:00:17 -07:00
parent 6898445548
commit dd503df20a

View file

@ -15,5 +15,5 @@ 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-linux.tar.gz $TARGET
tar cvzf $TARGET-linux-amd64.tar.gz $TARGET
rm -r $TARGET