summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-02 17:42:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-02 17:42:22 +0000
commitbe424605afddcf72cd58fcc36f492f89162bc618 (patch)
tree25bd2fbdbe311f49726a9e370b1292a6d21ecbbc /perl-install/install_steps.pm
parenta7c0d928abbfe9c843d1e23b6d40e5070770c577 (diff)
downloaddrakx-be424605afddcf72cd58fcc36f492f89162bc618.tar
drakx-be424605afddcf72cd58fcc36f492f89162bc618.tar.gz
drakx-be424605afddcf72cd58fcc36f492f89162bc618.tar.bz2
drakx-be424605afddcf72cd58fcc36f492f89162bc618.tar.xz
drakx-be424605afddcf72cd58fcc36f492f89162bc618.zip
use $::prefix
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index cbd6cbc85..0892b39ab 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -771,7 +771,7 @@ sub addUser {
any::addUsers($p, $users);
$o->pkg_install("autologin") if $o->{autologin};
- any::set_autologin($p, $o->{autologin}, $o->{desktop});
+ any::set_autologin($o->{autologin}, $o->{desktop});
install_any::setAuthentication($o);