diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-24 01:07:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-24 01:07:50 +0000 |
commit | b6c481dc1f95f796eb2bb78fd70110281d7a4c58 (patch) | |
tree | 516b740071aa0188e5b5af018b4ac22b6cec2151 /Master/tlpkg | |
parent | 7b42659427a3d466928adf580efbc02e3be20a5b (diff) |
new cygwin binaries from ken, with symlink targets revised
git-svn-id: svn://tug.org/texlive/trunk@13930 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index d101e90abb3..c242f68fc2e 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -178,7 +178,7 @@ for tlname in $tlnames; do # looking for deletions, but don't delete asy or xasy, or cache+conf # for w32. comm -23 $tmpdir/now $tmpdir/new \ - | egrep -v '^(x?asy|cache|conf)$' >$ourdel + | egrep -v '^(x?asy(\.exe)?|freeglut\.dll)$' >$ourdel comm -13 $tmpdir/now $tmpdir/new >$ouradd # looking for additions # get symlink list. |