summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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