diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-13 13:35:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-13 13:35:12 +0000 |
commit | e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd (patch) | |
tree | 53f28a08ec7c504759ae1e9a7f4ecdc75d9d89bd | |
parent | 4eb1af0323b37deb833e27469f2708ce3fedb7c6 (diff) | |
download | urpmi-e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd.tar urpmi-e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd.tar.gz urpmi-e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd.tar.bz2 urpmi-e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd.tar.xz urpmi-e94dbfd23f1578fee0a05ad34ecf51b95c69c6bd.zip |
do try to umount removable media when using --debug (fixing commit rafel's
commit r15048 on 2005-06-09)
-rwxr-xr-x | urpmi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -664,7 +664,9 @@ my $exit_code = urpm::main_loop::run($urpm, $state, unless ($env || $options{nolock}) { $urpmi_lock->unlock; $rpm_lock->unlock; +} +unless ($env) { #- try to umount removable device which may have been mounted. urpm::removable::try_umounting_removables($urpm); } |