diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 00:06:26 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-02-21 00:06:26 +0000 |
commit | a2831e0348c05437142ee87205a2c31b6a6fb1bd (patch) | |
tree | 408cece1eca62c601c318fb88630b4ac6aa62588 /gendistrib | |
parent | 55edaa06e1bfa50ce6d4af022496c07f241e5ce9 (diff) | |
download | rpmtools-a2831e0348c05437142ee87205a2c31b6a6fb1bd.tar rpmtools-a2831e0348c05437142ee87205a2c31b6a6fb1bd.tar.gz rpmtools-a2831e0348c05437142ee87205a2c31b6a6fb1bd.tar.bz2 rpmtools-a2831e0348c05437142ee87205a2c31b6a6fb1bd.tar.xz rpmtools-a2831e0348c05437142ee87205a2c31b6a6fb1bd.zip |
- s/getpath/getvalue/
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ while (my ($k, $v) = each(%default_urpmfiles)) { my @hdlists; foreach ($distrib->listmedia) { - $distrib->getpath($_, 'askmedia') || $distrib->getpath($_, 'suppl') and next; + $distrib->getvalue($_, 'askmedia') || $distrib->getvalue($_, 'suppl') and next; push @hdlists, { synthesis => $distrib->getpath(undef, 'root') . '/' . $distrib->getpath($_, 'synthesis'), hdlist => $distrib->getpath(undef, 'root') . '/' . $distrib->getpath($_, 'hdlist'), |