aboutsummaryrefslogtreecommitdiffstats
path: root/mail/zmailer/files/patch-proto::post-install.sh.in
blob: c352a1a9bbbd2d8223bb8761d2faf6041fc67c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- proto/post-install.sh.in.orig   Fri Apr 16 12:45:45 2004
+++ proto/post-install.sh.in    Fri Apr 16 12:46:00 2004
@@ -373,7 +373,7 @@
 ", $POSTOFFICE);
 
 if (! -d "$POSTOFFICE/.") {
-    mymysystem("$MKDIR -p $POSTOFFICE");
+    mysystem("$MKDIR -p $POSTOFFICE");
     
 }
 mysystem("chmod 2755 $POSTOFFICE/.");