Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > ? this is already done! > > > > cf /etc/rpm/macros after minimum install without documentation. > > So what should I read here?
%_excludedocs yes
cf DrakX:
log::l("setting excludedocs to $o->{excludedocs}");
substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof &&
$o->{excludedocs} } "$o->{prefix}/etc/rpm/macros";
