summaryrefslogtreecommitdiff
path: root/news/inn-current/files/patch-aa
blob: cb4a2a9c872f83a345055830634bc8b1da27d525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)