diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-31 11:45:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-31 11:45:34 +0000 |
commit | 1df4975284fed183e2e27a6dce6aebceaf8fafba (patch) | |
tree | a9a2673744c70f5a1dab25094db3032c9c8b79e4 /perl-install | |
parent | 59acb65fd9592e296376c82bd4a9ec0cbc87de0d (diff) | |
download | drakx-backup-do-not-use-1df4975284fed183e2e27a6dce6aebceaf8fafba.tar drakx-backup-do-not-use-1df4975284fed183e2e27a6dce6aebceaf8fafba.tar.gz drakx-backup-do-not-use-1df4975284fed183e2e27a6dce6aebceaf8fafba.tar.bz2 drakx-backup-do-not-use-1df4975284fed183e2e27a6dce6aebceaf8fafba.tar.xz drakx-backup-do-not-use-1df4975284fed183e2e27a6dce6aebceaf8fafba.zip |
(psUpdateHdlistsDeps): also copy rpmsrate
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/pkgs.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 861cac35f..dd44bdf4a 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -355,9 +355,8 @@ sub psUpdateHdlistsDeps { } #- this is necessary for urpmi. - install_any::getAndSaveFile('Mandrake/base/depslist.ordered', "$prefix/var/lib/urpmi/depslist.ordered"); - install_any::getAndSaveFile('Mandrake/base/provides', "$prefix/var/lib/urpmi/provides"); - install_any::getAndSaveFile('Mandrake/base/compss', "$prefix/var/lib/urpmi/compss"); + install_any::getAndSaveFile("Mandrake/base/$_", "$prefix/var/lib/urpmi/$_") + foreach qw(depslist.ordered provides compss rpmsrate); } sub psUsingHdlists { |