From 36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Jun 2005 02:42:55 +0000 Subject: don't need prefixing with current package --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 754d43c81..0d7bda1c2 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -704,7 +704,7 @@ sub copy_rpms_on_disk { if (method_allows_medium_change($method)) { my $r; if ($method =~ /-iso$/) { - $r = install_any::changeIso($name); + $r = changeIso($name); } else { cat_("/proc/mounts") =~ m,(/dev/\S+)\s+(/mnt/cdrom|/tmp/image), and ($cdrom, my $mountpoint) = ($1, $2); -- cgit v1.2.1