diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-20 00:28:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-20 00:28:02 +0000 |
commit | 21f753634113afa55eda54a495017c5eef8fc462 (patch) | |
tree | e017dc86e92d288b17aa7a94479af392da8940f1 /perl-install/install_steps_gtk.pm | |
parent | 60225ecd25a9879c5484e4d65f2e1c05388010b3 (diff) | |
download | drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.gz drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.bz2 drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.xz drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 74cae0157..8894f72ff 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -97,7 +97,7 @@ sub new($$) { my $prog = /Xsun/ || /Xpmac/ ? $_ : "XF86_$_"; unless (-x "$dir/$prog") { unlink $_ foreach glob_("$dir/X*"); - install_any::getAndSaveFile("$dir/$prog", "$dir/$prog") or die "failed to get server: $!"; + install_any::getAndSaveFile("$dir/$prog", "$dir/$prog") or die "failed to get server $prog: $!"; chmod 0755, "$dir/$prog"; } if (/FB/) { |