From e83b749b0385ac71c16c6fe406eb34bf79d1f244 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 Mar 2018 15:53:25 +0900 Subject: don't auto-include ketcindy in collection --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3