summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-13 18:47:19 +0000
committerNorbert Preining <preining@logic.at>2008-01-13 18:47:19 +0000
commiteacb870da9eb77f3a0adfff6b1da8de43119c212 (patch)
treee4dfa5c229cb8ab439c368fc67c92e838665a581 /Master/tlpkg/TeXLive
parenta5ef1b8118d74c0365a700eca71a691819ea47c7 (diff)
write profile unconditionally, and require Tk::Dialog; ...
git-svn-id: svn://tug.org/texlive/trunk@6212 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/install-menu-perltk.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/install-menu-perltk.pl b/Master/tlpkg/TeXLive/install-menu-perltk.pl
index e2be2083cd6..a6a0e8e7966 100644
--- a/Master/tlpkg/TeXLive/install-menu-perltk.pl
+++ b/Master/tlpkg/TeXLive/install-menu-perltk.pl
@@ -32,6 +32,7 @@ our $MENU_ALREADYDONE = 3;
my $return = $MENU_INSTALL;
require Tk;
+require Tk::Dialog;
my $mw;