summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-20 12:12:53 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-20 12:12:53 +0000
commit06ef0920b41b391d4d3953b03c4fd266872dcd82 (patch)
tree771bf7ea904b00e2a7c9d68c372297f7cbcf02e9 /perl-install/pkgs.pm
parent635c590d21ca7bf878aa1d3a60bce36020e79f94 (diff)
downloaddrakx-backup-do-not-use-06ef0920b41b391d4d3953b03c4fd266872dcd82.tar
drakx-backup-do-not-use-06ef0920b41b391d4d3953b03c4fd266872dcd82.tar.gz
drakx-backup-do-not-use-06ef0920b41b391d4d3953b03c4fd266872dcd82.tar.bz2
drakx-backup-do-not-use-06ef0920b41b391d4d3953b03c4fd266872dcd82.tar.xz
drakx-backup-do-not-use-06ef0920b41b391d4d3953b03c4fd266872dcd82.zip
*** empty log message ***
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 021bc9c6b..4a7d6d3f9 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -441,7 +441,11 @@ sub getOtherDeps($$) {
}
sub getDeps($) {
- my ($packages) = @_;
+ my ($prefix, $packages) = @_;
+
+ #- this is necessary for urpmi, but also as hdlist are copied here,
+ #- we can make consistent the directory.
+ install_any::getAndSaveFile("depslist", "$prefix/var/lib/urpmi/depslist");
my $f = install_any::getFile("depslist.ordered") or die "can't find dependencies list";