mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
linux tarball: add architecture -amd64 to filename.
Now it will be: pandoc-VERSION-linux-ARCH.tar.gz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user