Browse Source

adjusted installation to avoid file name conflicts with Cyrus imapd

Christoph Schug 24 years ago
parent
commit
86ffb3b0bb
1 changed files with 6 additions and 1 deletions
  1. 6 1
      postfix/postfix.spec

+ 6 - 1
postfix/postfix.spec

@@ -46,7 +46,7 @@ Distribution: OpenPKG [REL]
 Group:        Mail
 License:      IPL
 Version:      %{V_postfix}
-Release:      20020705
+Release:      20020718
 
 #   list of sources
 Source0:      ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz
@@ -250,6 +250,11 @@ Provides:     MTA
         -e 's;@l_mgrp@;%{l_mgrp};g' \
         %{SOURCE rc.postfix} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
 
+    #   adjust installation to avoid file name conflicts
+    ( cd $RPM_BUILD_ROOT%{l_prefix}/man/man8
+      mv master.8 postfix_master.8
+    )
+
     #   generate file list
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
         %{l_files_std} \