diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-18 18:24:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-18 18:24:19 +0000 |
commit | c1184174dc7e2734f0838cd745eade548246bf67 (patch) | |
tree | 124c49702954b4532ab84bbb4088eaf044ffcf0c /Master | |
parent | 72154b8e2e880ebdee589c44a393933e068b12df (diff) |
we do want texlinks to make the metafun symlink
git-svn-id: svn://tug.org/texlive/trunk@8841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/i386-linux/texlinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/i386-linux/texlinks b/Master/bin/i386-linux/texlinks index 48657905634..d8e51550924 100755 --- a/Master/bin/i386-linux/texlinks +++ b/Master/bin/i386-linux/texlinks @@ -149,7 +149,7 @@ install_link() esac case $src in - */cont-??|*/metafun|*/mptopdf) + */cont-??|*/mptopdf) # context includes wrapper scripts that create/run these. verbose_echo "skipped ConTeXtish symlink $src -> $dest (special case)" ;; |