diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-13 10:02:40 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-13 10:02:40 +0000 |
commit | 7479fafdd8393067fd3e9a1294ef080b3ce2a739 (patch) | |
tree | 0dc4962504e2df2313f64230959be6a230eade27 | |
parent | a08249647113f7e1213d708e42614fbde2480f0c (diff) | |
download | drakx-backup-do-not-use-7479fafdd8393067fd3e9a1294ef080b3ce2a739.tar drakx-backup-do-not-use-7479fafdd8393067fd3e9a1294ef080b3ce2a739.tar.gz drakx-backup-do-not-use-7479fafdd8393067fd3e9a1294ef080b3ce2a739.tar.bz2 drakx-backup-do-not-use-7479fafdd8393067fd3e9a1294ef080b3ce2a739.tar.xz drakx-backup-do-not-use-7479fafdd8393067fd3e9a1294ef080b3ce2a739.zip |
*** empty log message ***
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index ccf608e72..70c171e7c 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -463,7 +463,7 @@ sub testFinalConfig($;$$) { my $background = "/usr/share/pixmaps/mdk/mandrake-logo.xpm"; my $qiv = "/usr/bin/qiv"; - if ("$prefix/$background" && -x "$prefix/$setroot") { + if ("$prefix/$background" && -x "$prefix/$qiv") { system($::testing ? "$prefix" : "chroot $prefix/ ") . "$qiv --display :9 -y $background"); } else { gtkset_background(200 * 257, 210 * 257, 210 * 257); |