diff options
-rw-r--r-- | mail/prayer/files/patch-utils-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/prayer/files/patch-utils-Makefile b/mail/prayer/files/patch-utils-Makefile new file mode 100644 index 000000000000..5eac9e0dda58 --- /dev/null +++ b/mail/prayer/files/patch-utils-Makefile @@ -0,0 +1,11 @@ +--- utils/Makefile.orig 2009-03-16 23:12:54.000000000 +0800 ++++ utils/Makefile 2009-03-16 23:13:16.000000000 +0800 +@@ -72,8 +72,6 @@ + -rm -f $(BIN) core *.o *.flc *~ \#*\# + + install: all +- $(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_DIR) -d \ +- $(BROOT)$(BIN_DIR) + $(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_EXEC) \ + prayer-ssl-prune $(BROOT)$(BIN_DIR) + $(INSTALL) -o $(RO_USER) -g $(RO_GROUP) -m $(PUBLIC_EXEC) \ |