From 38294b4a10e0c42aea31bd1f8cbad6fb90505637 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 4 Feb 2005 17:38:52 +0000 Subject: Make install_urpmi work when having copied every RPM on disk --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index e1efb640c..1a36db0ac 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -643,6 +643,7 @@ Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done.", } #- now the install will continue as 'disk' $o->{method} = 'disk'; + *any::hdInstallPath = sub () { "/var/ftp/pub/Mandrakelinux" }; } sub set_rpmsrate_default_category_flags { -- cgit v1.2.1