diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gurpmi2 | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,7 @@ - gurpmi: o do not exit in --auto mode at end of installation which prevents restarting after priority upgrade + o fix using --rpm-root & --urpmi-root Version 6.14 - 23 September 2008 @@ -150,7 +150,6 @@ sub configure_urpm() { $rpm_lock = urpm::lock::rpm_db($urpm, 'exclusive'); $urpmi_lock = urpm::lock::urpmi_db($urpm); urpm::media::configure($urpm, - root => $gurpmi::options{root}, media => $gurpmi::options{media}, searchmedia => $gurpmi::options{searchmedia}, update => $::update, |