summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-31 09:30:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-31 09:30:32 +0000
commit8ea05d34c3bbd226c1561b424e89e37e781f5779 (patch)
tree64f2366a9c3cff8854f0f3dcb1a548d05ed57f99 /perl-install/install_steps_gtk.pm
parentab55f25b7ccf9c7617106b44e7801e4a558f75c6 (diff)
downloaddrakx-backup-do-not-use-8ea05d34c3bbd226c1561b424e89e37e781f5779.tar
drakx-backup-do-not-use-8ea05d34c3bbd226c1561b424e89e37e781f5779.tar.gz
drakx-backup-do-not-use-8ea05d34c3bbd226c1561b424e89e37e781f5779.tar.bz2
drakx-backup-do-not-use-8ea05d34c3bbd226c1561b424e89e37e781f5779.tar.xz
drakx-backup-do-not-use-8ea05d34c3bbd226c1561b424e89e37e781f5779.zip
simplify (thanks to perl_checker)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 3962905cc..81b3ceca5 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -118,7 +118,6 @@ sub new($$) {
foreach (@servers) {
log::l("Trying with server $_");
- my $dir = "/usr/X11R6/bin";
my ($prog, $Driver) = /Driver:(.*)/ ? ('Xorg', $1) : /Xsun|Xnest|^X_move$/ ? $_ : "XF86_$_";
if (/FB/i) {
!$o->{vga16} && $o->{allowFB} or next;