summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
commit6f053d8213b782acefdaac6a9ecf143c6f9e385b (patch)
tree8bd26bc7fc28e21c86ca9535ee1f600cdd59140d /perl-install/install_steps_gtk.pm
parent022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf (diff)
downloaddrakx-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar
drakx-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.gz
drakx-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.bz2
drakx-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.xz
drakx-6f053d8213b782acefdaac6a9ecf143c6f9e385b.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index a77333b21..d3b3954b4 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -199,7 +199,7 @@ sub new($$) {
my $dir = "/usr/X11R6/bin";
unless (-x "$dir/XF86_$_") {
unlink $_ foreach glob_("$dir/XF86_*");
- local *F; open F, ">$dir/XF86_$_" or die '';
+ local *F; open F, ">$dir/XF86_$_" or die "failed to write server: $!";
local $/ = \ (16 * 1024);
my $f = install_any::getFile("$dir/XF86_$_") or next;
syswrite F, $_ foreach <$f>;