summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2018-03-08 15:53:25 +0900
committerNorbert Preining <norbert@preining.info>2018-03-08 15:53:25 +0900
commite83b749b0385ac71c16c6fe406eb34bf79d1f244 (patch)
tree0b2746b7c077983ac5a0171777f76e585b79f8f4 /update.sh
parent6908098f74a84d882c3b94abb3e484f0e2bd440e (diff)
don't auto-include ketcindy in collection
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index df83b4e6..36e0bf1b 100755
--- a/update.sh
+++ b/update.sh
@@ -50,7 +50,7 @@ if $do_collection ; then
for i in `ls tlpkg/tlpsrc/*.tlpsrc | sort` ; do
bn=`basename $i .tlpsrc`
if [ "$bn" = "00texlive.autopatterns" -o "$bn" = "00texlive.config" -o "$bn" = 00texlive.installation \
- -o "$bn" = collection-contrib ] ; then
+ -o "$bn" = collection-contrib -o "$bn" = "ketcindy" ] ; then
continue
fi
echo "depend $bn" >> $col