pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-matrix-synapse: Fix directory manipulation
Module Name: pkgsrc-wip
Committed By: Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By: angelmadames
Date: Wed Oct 11 11:54:13 2017 -0400
Changeset: 941ac9ae8b21364ca61ed2530a165a4eac2fd8de
Modified Files:
py-matrix-synapse/Makefile
Log Message:
py-matrix-synapse: Fix directory manipulation
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=941ac9ae8b21364ca61ed2530a165a4eac2fd8de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-matrix-synapse/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-matrix-synapse/Makefile b/py-matrix-synapse/Makefile
index dd4992d0fd..6b306e6f66 100644
--- a/py-matrix-synapse/Makefile
+++ b/py-matrix-synapse/Makefile
@@ -72,8 +72,10 @@ RCD_SCRIPTS= synapse
INSTALLATION_DIRS= bin ${PYSITELIB}
MAKE_DIRS+= ${SYNAPSE_PIDDIR}
-OWN_DIRS= ${SYNAPSE_LOGDIR}
+OWN_DIRS= ${SYNAPSE_DATADIR}
+OWN_DIRS+= ${SYNAPSE_LOGDIR}
OWN_DIRS_PERMS+= ${SYNAPSE_DATADIR} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0700
+OWN_DIRS_PERMS+= ${SYNAPSE_LOGDIR} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0750
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index