summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:30:02 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:30:02 +0000
commitbaea2e76491b22641d1beca4488ddedcc4896630 (patch)
treecd93cb51baab8f9a90de4c41479c1ac8e3105f2b /perl-install/any.pm
parenta67bc804fa9add29e1278eb83bc8edbd346f1094 (diff)
downloaddrakx-backup-do-not-use-baea2e76491b22641d1beca4488ddedcc4896630.tar
drakx-backup-do-not-use-baea2e76491b22641d1beca4488ddedcc4896630.tar.gz
drakx-backup-do-not-use-baea2e76491b22641d1beca4488ddedcc4896630.tar.bz2
drakx-backup-do-not-use-baea2e76491b22641d1beca4488ddedcc4896630.tar.xz
drakx-backup-do-not-use-baea2e76491b22641d1beca4488ddedcc4896630.zip
(acceptLicense) only show release notes at install time
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index cac45fa50..c9dcc0458 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -718,7 +718,7 @@ sub acceptLicense {
$o->{release_notes} = join("\n\n", map {
my $f = install_any::getFile($_);
$f && cat__($f);
- } 'release-notes.txt', 'release-notes.' . arch() . '.txt');
+ } 'release-notes.txt', 'release-notes.' . arch() . '.txt') if $::isInstall;
return if $o->{useless_thing_accepted};