diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-30 14:53:26 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-30 14:53:26 +0000 |
commit | 33d6a389be59b1e3cbb0d76f0d12c24b8245fa39 (patch) | |
tree | ba1aefa8f42d466115b6e1defdf2b33ae1fbb548 /perl-install/NEWS | |
parent | 328b3472f726cf029237af00bd703caeb200f928 (diff) | |
download | drakx-33d6a389be59b1e3cbb0d76f0d12c24b8245fa39.tar drakx-33d6a389be59b1e3cbb0d76f0d12c24b8245fa39.tar.gz drakx-33d6a389be59b1e3cbb0d76f0d12c24b8245fa39.tar.bz2 drakx-33d6a389be59b1e3cbb0d76f0d12c24b8245fa39.tar.xz drakx-33d6a389be59b1e3cbb0d76f0d12c24b8245fa39.zip |
use ::prefix when removing unneeded packages
This is necessary for draklive-install on the Flash which does not
copy / to the hard disk but a subdirectory. If we don't take ::prefix
into account, we won't clean what we are about to install but the
currently running system.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index d5255d96d..fa2b092e5 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- bugfix for draklive-install: use ::prefix in pkgs::remove_unused_packages - devices detection: o fix reading USB details (#55690) o fix SCSI driver module name |