summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-19 13:02:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-19 13:02:20 +0000
commit34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9 (patch)
tree8addc8d5e004390582414b33eac47eef97db5ee7 /perl-install/install/steps_interactive.pm
parent718714a12fed7fcea036386daba6a652cd65d830 (diff)
downloaddrakx-backup-do-not-use-34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9.tar
drakx-backup-do-not-use-34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9.tar.gz
drakx-backup-do-not-use-34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9.tar.bz2
drakx-backup-do-not-use-34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9.tar.xz
drakx-backup-do-not-use-34e4d7a15547b210a6c6a98e9f2c8c9b089f75c9.zip
- add a special license for google programs (only for "Powerpack" product)
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 80bf5f8a9..de9ebe1e4 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -53,7 +53,7 @@ sub acceptLicense {
my ($o) = @_;
return if $o->{useless_thing_accepted};
- any::acceptLicense($o);
+ any::acceptLicense($o, $o->{meta_class} eq 'powerpack');
}
sub selectLanguage {