summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh')
-rwxr-xr-xMaster/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh b/Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh
index 4f3c3346b2d..28ff5c5316f 100755
--- a/Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh
+++ b/Master/texmf-dist/source/fonts/gentium-tug/make-zip-4CTAN.sh
@@ -12,7 +12,8 @@ else
fi
rm -rf /tmp/gentium??????
-tmpdir=`mktemp -d /tmp/gentiumXXXXXX`
+#tmpdir=`mktemp -d /tmp/gentiumXXXXXX`
+tmpdir=/tmp/gnt; rm -rf $tmpdir; mkdir $tmpdir
cd "$tmpdir" || exit 1
if $local; then
@@ -24,6 +25,7 @@ fi
pkgname=gentium-tug
(cd $TDS/doc/fonts/$pkgname && make clean)
+(cd $TDS/source/fonts/$pkgname && make clean)
CTAN="$tmpdir/$pkgname"
mkdir -p "$CTAN/map" || exit 1
@@ -64,3 +66,4 @@ if $local; then :; else
fi
ls -l $tdszip_dest/$pkgname.tds.zip $tmpdir/$pkgname.zip
+