diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-02 22:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-02 22:18:36 +0000 |
commit | 92ad4fed0cb600ce55fffacc7e982fbaf955fc44 (patch) | |
tree | f28e49ec646b60fb99d783afd1a2bc68b07bf835 /Master/tlpkg | |
parent | 3bf8ee8a87097403ef040c9a3c4ee0f3866eb2cd (diff) |
lilyglyphs (2oct13)
git-svn-id: svn://tug.org/texlive/trunk@31814 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e8f4ee2b1c0..d2f581b5637 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4776,7 +4776,7 @@ sub PREHOOK_latexdiff { sub PREHOOK_lilyglyphs { print "PREHOOK_$package - mv */*.py scripts to be found by specialscripts\n"; - &SYSTEM ("$MV bin/* lib/* ."); + &SYSTEM ("$MV scripts/* ."); } sub PREHOOK_mathspic { |