diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-03 17:11:13 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-03 17:11:13 +0000 |
commit | 169f0a578359be19f834d1c0f900916648f4e64a (patch) | |
tree | e284fd75651e0ea26fedae7c0055d36b91128a47 | |
parent | 4bddb9a60cd5808c9f9650f7c9c0cadc68225a65 (diff) | |
download | urpmi-169f0a578359be19f834d1c0f900916648f4e64a.tar urpmi-169f0a578359be19f834d1c0f900916648f4e64a.tar.gz urpmi-169f0a578359be19f834d1c0f900916648f4e64a.tar.bz2 urpmi-169f0a578359be19f834d1c0f900916648f4e64a.tar.xz urpmi-169f0a578359be19f834d1c0f900916648f4e64a.zip |
*** empty log message ***
-rwxr-xr-x | urpmi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,9 @@ if (@files) { m|^/| or $_ = "./$_" foreach @files; } +#- reparse whole internal depslist to match against newer packages only. +$params->relocate_depslist(); + my %exact; my %found; my %foundi; |