From e30768f97e5d66abbf07e2f8db54cf51743a5d68 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 1 Jun 2011 13:50:15 +0000 Subject: 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 --- Master/tlpkg/libexec/ctan2tds | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3