From 3399bb433c44191e52445e38601470c53b0fcd7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Mar 2008 13:10:54 +0000 Subject: (install) fix gurpmi path (#38679) --- perl-install/do_pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/do_pkgs.pm') diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index 3fbeca631..a6e4c4a26 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -210,7 +210,7 @@ sub install { my @options = ('--allow-medium-change', '--auto', '--no-verify-rpm', '--expect-install', @l); my $ret; - if (check_for_xserver() && -x '/usr/sbin/gurpmi') { + if (check_for_xserver() && -x '/usr/bin/gurpmi') { $ret = system('gurpmi', @options) == 0; } else { my $_wait = $do->in && $do->in->wait_message(N("Please wait"), N("Installing packages...")); -- cgit v1.2.1