Bläddra i källkod

avoid chmod in install.sh

Michael van Elst 23 år sedan
förälder
incheckning
7c89e526b5
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      sendmail/sendmail.spec

+ 2 - 1
sendmail/sendmail.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Mail
 License:      BSD
 Version:      8.12.9
-Release:      20030605
+Release:      20030612
 
 #   package options
 %option       with_tls      no
@@ -97,6 +97,7 @@ Conflicts:    ssmtp, exim, postfix
       %{l_shtool} subst \
           -e 's;\$chown;true;g' \
           -e 's;chgrp;true;g' \
+          -e 's;chmod;true;g' \
           devtools/bin/install.sh
     )