1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/news/inn-current/files/patch-aa
2001-03-11 01:06:19 +00:00

14 lines
382 B
Plaintext

--- Makefile.orig Sun Mar 11 01:59:11 2001
+++ Makefile Sun Mar 11 01:59:56 2001
@@ -81,7 +81,9 @@
directories:
@chmod +x support/install-sh
for D in $(INSTDIRS) ; do \
- support/install-sh $(OWNER) -m 0755 -d $$D ; \
+ if [ ! -d $$D ] ; then \
+ support/install-sh $(OWNER) -m 0755 -d $$D ; \
+ fi ; \
done
support/install-sh $(OWNER) -m 0750 -d $(PATHRUN)