summaryrefslogtreecommitdiff
path: root/www/oops/files/patch-src::Makefile.in
blob: 3a27621041a398407a2ebf96dcd87482c89d9c36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$FreeBSD$

--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -49,14 +49,12 @@
 
 mkinstalldirs:
 	../mkinstalldirs ${OOPSPATH} \
-			 ${OOPSPATH}/logs \
 			 ${OOPSPATH}/DB \
 			 ${OOPSPATH}/storages \
 			 ${OOPS_SYSCONFDIR}/tables \
 			 ${OOPS_LIBDIR}
 
 	if [ "X@OOPS_USER@" != "X" ]; then\
-		${CHOWN} @OOPS_USER@ ${OOPSPATH}/logs;\
 		${CHOWN} @OOPS_USER@ ${OOPSPATH}/DB;\
 	fi