summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-09-09 11:02:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-09-09 11:02:04 +0000
commit92a2f3908524627fa0c86c93cfc8f6db9b211eab (patch)
treee07b5a4ae015f9ffbf3068e4e583a351a70cf1a5 /perl-install/install2.pm
parent3a6737ee923c16db0885a0320baeed43b88a201f (diff)
downloaddrakx-backup-do-not-use-92a2f3908524627fa0c86c93cfc8f6db9b211eab.tar
drakx-backup-do-not-use-92a2f3908524627fa0c86c93cfc8f6db9b211eab.tar.gz
drakx-backup-do-not-use-92a2f3908524627fa0c86c93cfc8f6db9b211eab.tar.bz2
drakx-backup-do-not-use-92a2f3908524627fa0c86c93cfc8f6db9b211eab.tar.xz
drakx-backup-do-not-use-92a2f3908524627fa0c86c93cfc8f6db9b211eab.zip
- use variable $::no_ugtk_init in ugtk.pm instead of using $::isInstall
- that way, the X test can be made to work both at install and standalone
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 11149214b..6fbc15ff5 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -347,6 +347,7 @@ sub main {
umask 022;
$::isInstall = 1;
+ $::no_ugtk_init = 1;
$::expert = $::g_auto_install = 0;
#- c::unlimit_core() unless $::testing;