diff options
author | Norbert Preining <preining@logic.at> | 2011-06-01 13:50:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-06-01 13:50:15 +0000 |
commit | e30768f97e5d66abbf07e2f8db54cf51743a5d68 (patch) | |
tree | b76e449f2002307deee09a71ee227a02a653e77e /Master | |
parent | fc0d289f4164b3f4dd2a6275a79100c66f0cd54b (diff) |
make sure that updates to lithuanian move the .dfu file from the
doc hierarchy to the runfiles
git-svn-id: svn://tug.org/texlive/trunk@22723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f7312e0706a..6fa46abea1d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4451,6 +4451,8 @@ sub POSTlithuanian { print "\t POST$package - remove old language support\n"; # these files are no longer used in TL. &SYSTEM ("$RM language.lt.dat $DEST/tex/latex/lithuanian/language.lt.def"); + print "\t POST$package - fix location of .dfu file\n"; + &SYSTEM ("$MV $DEST/doc/latex/lithuanian/l7xenc.dfu $DEST/tex/latex/lithuanian/"); } sub POSTmontex { |