Don't do yum check if installing from yum, due to lock clash

This commit is contained in:
Jamie Cameron
2009-12-05 17:13:33 -08:00
parent fa4294a1dc
commit 8fd7efe4f1

View File

@@ -6,7 +6,9 @@ sub module_install
# Force clear all caches, as collected information may have changed
&flush_package_caches();
# Re-generate cache of available packages
&list_available();
if ($software::update_system ne 'yum') {
# Re-generate cache of available packages
&list_available();
}
}