aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn-stable/files/patch-aa
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 02:35:31 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 02:35:31 +0000
commit8385507d917026bcd7a9edbf4380e504cd969e96 (patch)
tree4dd6d7d69f3af4485e761fb08f7c84614fbaef2a /news/inn-stable/files/patch-aa
parent8365998ce0cfeb366f71e2ed9fb5dc745018ce22 (diff)
Update to 20010310, and fix the same chown bug as in news/inn.
Diffstat (limited to 'news/inn-stable/files/patch-aa')
-rw-r--r--news/inn-stable/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/inn-stable/files/patch-aa b/news/inn-stable/files/patch-aa
new file mode 100644
index 000000000000..cb4a2a9c872f
--- /dev/null
+++ b/news/inn-stable/files/patch-aa
@@ -0,0 +1,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)
+