summaryrefslogtreecommitdiffstats
path: root/urpm/cdrom.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-01 19:19:11 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-01 19:19:11 +0000
commit6e8df94f7b62f9b43a1332ffc2a330d725e25ce9 (patch)
tree76e1b647bc2e07031751fd293a524c686a119785 /urpm/cdrom.pm
parenta02ce73d60672047ab83438e35ba25f224c9bfbb (diff)
downloadurpmi-6e8df94f7b62f9b43a1332ffc2a330d725e25ce9.tar
urpmi-6e8df94f7b62f9b43a1332ffc2a330d725e25ce9.tar.gz
urpmi-6e8df94f7b62f9b43a1332ffc2a330d725e25ce9.tar.bz2
urpmi-6e8df94f7b62f9b43a1332ffc2a330d725e25ce9.tar.xz
urpmi-6e8df94f7b62f9b43a1332ffc2a330d725e25ce9.zip
(_try_mounting_cdrom_using_hal) fix typo in previous commit
Diffstat (limited to 'urpm/cdrom.pm')
-rw-r--r--urpm/cdrom.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/cdrom.pm b/urpm/cdrom.pm
index 6a6d0b80..9d7e185a 100644
--- a/urpm/cdrom.pm
+++ b/urpm/cdrom.pm
@@ -69,7 +69,7 @@ sub _try_mounting_cdrom_using_hal {
my $hal_cdroms = eval { Hal::Cdroms->new } or $urpm->{fatal}(10, N("Udisks daemon (udisks-daemon) is not running or not ready"));
foreach my $hal_path ($hal_cdroms->list) {
- my $mntpoint = $hal_cdroms->get_mount_point($hal_path;
+ my $mntpoint = $hal_cdroms->get_mount_point($hal_path);
if (!$mntpoint) {
$urpm->{log}("trying to mount $hal_path");
$mntpoint = $hal_cdroms->ensure_mounted($hal_path)