[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sun May 23 22:19:57 UTC 2021
Date: Sunday, May 23, 2021 @ 22:19:57
Author: demize
Revision: 943524
Don't accidentally create /etc/synapseworkers
We don't need to explicitly create the workers subdirectory at all since there is no reason for giving write access to the synapse user to it.
Modified:
matrix-synapse/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 22:04:35 UTC (rev 943523)
+++ PKGBUILD 2021-05-23 22:19:57 UTC (rev 943524)
@@ -3,7 +3,7 @@
pkgname=matrix-synapse
pkgver=1.34.0
-pkgrel=2
+pkgrel=3
pkgdesc="Matrix reference homeserver"
url="https://github.com/matrix-org/synapse"
@@ -66,7 +66,7 @@
export PYTHONHASHSEED=0
python setup.py install --root "$pkgdir" --optimize=1 --skip-build
- install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse{,workers}
+ install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
install -Dm644 contrib/systemd/log_config.yaml "$pkgdir"/etc/synapse/log_config.yaml
install -Dm644 "$srcdir"/generic_worker.yaml.example "$pkgdir"/etc/synapse/workers/generic_worker.yaml.example
More information about the arch-commits
mailing list