diff options
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-master__Makefile.in')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-master__Makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/patch-master__Makefile.in b/mail/cyrus-imapd24/files/patch-master__Makefile.in new file mode 100644 index 000000000000..28b103ab7cb4 --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-master__Makefile.in @@ -0,0 +1,17 @@ +Index: master/Makefile.in +diff -u master/Makefile.in.orig master/Makefile.in +--- master/Makefile.in.orig Sat May 29 03:03:05 2004 ++++ master/Makefile.in Wed Jul 21 04:13:16 2004 +@@ -76,10 +76,10 @@ + all: $(PROGS) $(LOBJS) + + install: +- $(srcdir)/../install-sh -d ${DESTDIR}$(service_path) ++ $(INSTALL) -d ${DESTDIR}$(service_path) + for file in $(PROGS); \ + do \ +- $(INSTALL) -m 755 $$file $(DESTDIR)$(service_path) || exit 1; \ ++ $(INSTALL) -s -m 755 $$file $(DESTDIR)$(service_path) || exit 1; \ + done + + .c.o: |