summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-07 05:13:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2018-01-07 05:13:56 +0000
commit92cfa3a17ff5cbae4928568f9af34f6ee59adcc4 (patch)
treebcc8cb51d3c68f7655059cab61c5868c2d9402e8
parentadd texlive 2017 patch for latest poppler; bug #629710 (diff)
downloadgentoo-92cfa3a17ff5cbae4928568f9af34f6ee59adcc4.tar.gz
gentoo-92cfa3a17ff5cbae4928568f9af34f6ee59adcc4.tar.bz2
gentoo-92cfa3a17ff5cbae4928568f9af34f6ee59adcc4.zip
Fix order of tar arguments in patch tarball script
-rw-r--r--src/patchsets/texlive/mkpatchtarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchsets/texlive/mkpatchtarball.sh b/src/patchsets/texlive/mkpatchtarball.sh
index baf647c19f..3949208372 100644
--- a/src/patchsets/texlive/mkpatchtarball.sh
+++ b/src/patchsets/texlive/mkpatchtarball.sh
@@ -1,2 +1,2 @@
#! /bin/sh
-tar chJf ../texlive-core-patches-${1}.tar.xz patches --exclude CVS
+tar chJf ../texlive-core-patches-${1}.tar.xz --exclude CVS patches