From d93e345b240fe9d6561301a64e5d71d278067e56 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 14 Feb 2003 11:19:17 +0000 Subject: use $::prefix --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 49e620a8b..6c9604d7c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -698,7 +698,7 @@ sub configureServices { my ($o) = @_; if ($o->{services}) { require services; - services::doit($o, $o->{services}, $o->{prefix}); + services::doit($o, $o->{services}); } } #------------------------------------------------------------------------------ -- cgit v1.2.1