From 9664677dd64e5e7efcda518935cd2b68bc0fee97 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Jan 2002 13:07:11 +0000 Subject: log excludedocs --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c6b80f4a7..a344d852d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -295,6 +295,7 @@ sub beforeInstallPackages { require network; network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); + log::l("setting excludedocs to $o->{excludedocs}"); substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; } -- cgit v1.2.1