Browse Source

fix manpage installation

master
parent
commit
f987f82e22
  1. 2
      postfix/postfix.spec

2
postfix/postfix.spec

@ -153,7 +153,7 @@ Provides: MTA
sendmail_path=%{l_prefix}/sbin/sendmail \ sendmail_path=%{l_prefix}/sbin/sendmail \
newaliases_path=%{l_prefix}/sbin/newaliases \ newaliases_path=%{l_prefix}/sbin/newaliases \
mailq_path=%{l_prefix}/sbin/mailq \ mailq_path=%{l_prefix}/sbin/mailq \
manpages=%{l_prefix}/man \ manpage_directory=%{l_prefix}/man \
mail_user=%{l_musr} \ mail_user=%{l_musr} \
setgid_group=%{l_rgrp} setgid_group=%{l_rgrp}
%{l_shtool} install -c -m 755 \ %{l_shtool} install -c -m 755 \

Loading…
Cancel
Save