diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-04-30 01:57:28 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-30 01:21:02 +0100 |
commit | 72de8cf66348f7a9919e481791bbc7c027da3a96 (patch) | |
tree | 532b18204718a6387ed40820b02facbe05e501df /net-im | |
parent | sci-mathematics/form: workaround GCC -fchecking ICE w/ -Wno-uninitialized (diff) | |
download | gentoo-72de8cf66348f7a9919e481791bbc7c027da3a96.tar.gz gentoo-72de8cf66348f7a9919e481791bbc7c027da3a96.tar.bz2 gentoo-72de8cf66348f7a9919e481791bbc7c027da3a96.zip |
net-im/synapse: Fix installation phase
Fixes: 76450772f8f3 ("net-im/synapse: add 1.82.0")
Closes: https://bugs.gentoo.org/905331
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/30808
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/synapse/synapse-1.82.0-r1.ebuild (renamed from net-im/synapse/synapse-1.82.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/synapse/synapse-1.82.0.ebuild b/net-im/synapse/synapse-1.82.0-r1.ebuild index fc79245f2571..54a8b83e8b0e 100644 --- a/net-im/synapse/synapse-1.82.0.ebuild +++ b/net-im/synapse/synapse-1.82.0-r1.ebuild @@ -171,7 +171,7 @@ python_test() { } src_install() { - distutils-r1_python_install_all + distutils-r1_src_install keepdir /var/{lib,log}/synapse /etc/synapse fowners synapse:synapse /var/{lib,log}/synapse /etc/synapse fperms 0750 /var/{lib,log}/synapse /etc/synapse |