summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-05 15:01:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-05 15:01:50 +0000
commit7d04cbc89f47233b83ddb520dca80b4391055358 (patch)
tree8bb78c782fe7f7b1ceff29b6a6146ada43dcb70b /perl-install/install_steps.pm
parent3c2a48665f7416635861a32dfee9e16ded090d15 (diff)
downloaddrakx-7d04cbc89f47233b83ddb520dca80b4391055358.tar
drakx-7d04cbc89f47233b83ddb520dca80b4391055358.tar.gz
drakx-7d04cbc89f47233b83ddb520dca80b4391055358.tar.bz2
drakx-7d04cbc89f47233b83ddb520dca80b4391055358.tar.xz
drakx-7d04cbc89f47233b83ddb520dca80b4391055358.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 1d31dbefe..0ea5c2be4 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -397,7 +397,7 @@ Consoles 1,3,4,7 may also contain interesting information";
if (!$hasttf) {
$hasttf = $o->ask_okcancel('',
_("Some true type fonts from windows have been found on your computer.
-Do you want to use them? Be sure you have the right to use them under Linux.")) or goto nottf;
+Do you want to use them? Be sure you have the right to use them under Linux."), 1) or goto nottf;
mkdir "$o->{prefix}$dest", 0755;
}
/(.*)\.ttf/i and symlink "$D/$_", "$o->{prefix}$dest/$1.ttf" foreach grep { /\.ttf/i } all("$o->{prefix}$D");
@@ -420,7 +420,7 @@ GridHeight=70
} "$o->{prefix}$_/.kde/share/config/kfmrc"
}
- #- to unsure linuxconf doesn't cry against those files being in the future
+ #- to ensure linuxconf doesn't cry against those files being in the future
-e $_ and touch($_) foreach map { "$o->{prefix}/$_" } '/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/mouse', '/etc/X11/fs/config';
#- move some file after an upgrade that may be seriously annoying.