summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-19 13:14:59 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-19 13:14:59 +0000
commit09b99541de8bbacd9f06d759a2e3c384ef4cc100 (patch)
treeebb3d0fd9ec12aaf42a28752cce256cc752f451f /perl-install/install/any.pm
parentccab815627e5ad56367a204cc78a7e3ce0b26e37 (diff)
downloaddrakx-backup-do-not-use-09b99541de8bbacd9f06d759a2e3c384ef4cc100.tar
drakx-backup-do-not-use-09b99541de8bbacd9f06d759a2e3c384ef4cc100.tar.gz
drakx-backup-do-not-use-09b99541de8bbacd9f06d759a2e3c384ef4cc100.tar.bz2
drakx-backup-do-not-use-09b99541de8bbacd9f06d759a2e3c384ef4cc100.tar.xz
drakx-backup-do-not-use-09b99541de8bbacd9f06d759a2e3c384ef4cc100.zip
allow to specify keep_unrequested_dependencies in auto_inst
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 0d27d2e36..40e92ec99 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -358,7 +358,7 @@ sub setPackages {
require install::pkgs;
{
- $o->{packages} = install::pkgs::empty_packages();
+ $o->{packages} = install::pkgs::empty_packages($o->{keep_unrequested_dependencies});
my $media = $o->{media} || [ { type => 'media_cfg', url => 'drakx://media' } ];