summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-09 15:52:17 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-09 15:52:17 +0000
commitff254e9370efc0b7645033ba111390e84e86ac5f (patch)
tree65ed8e121db918072630921a22876091ae26c128
parent9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe (diff)
downloaddrakx-ff254e9370efc0b7645033ba111390e84e86ac5f.tar
drakx-ff254e9370efc0b7645033ba111390e84e86ac5f.tar.gz
drakx-ff254e9370efc0b7645033ba111390e84e86ac5f.tar.bz2
drakx-ff254e9370efc0b7645033ba111390e84e86ac5f.tar.xz
drakx-ff254e9370efc0b7645033ba111390e84e86ac5f.zip
fix confirm script
-rw-r--r--perl-install/drakxtools.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index f57cc4eee..571737ec8 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -205,8 +205,8 @@ use lib qw(/usr/lib/libDrakX);
use interactive;
my \$in = interactive->vnew;
-my $res = \$in->ask_okcancel(\$ARGV[0], \$ARGV[1], 1);
-$in->exit($res);
+my \$res = \$in->ask_okcancel(\$ARGV[0], \$ARGV[1], 1);
+\$in->exit(\$res);
EOF
chmod +x $RPM_BUILD_ROOT{%_datadir/harddrake/*,%_sysconfdir/X11/xinit.d/harddrake2}