commit: 92b5d204782716c697ed77def29d5c3e6005d154
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Thu Sep 4 21:37:19 2025 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Thu Sep 4 21:37:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92b5d204
net-im/dissent: fix permission error
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
net-im/dissent/dissent-0.0.35.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/dissent/dissent-0.0.35.ebuild
b/net-im/dissent/dissent-0.0.35.ebuild
index 68c129e2d6..cd8a7bc3f4 100644
--- a/net-im/dissent/dissent-0.0.35.ebuild
+++ b/net-im/dissent/dissent-0.0.35.ebuild
@@ -46,7 +46,7 @@ src_prepare() {
default
# everything is readonly
- chmod -R u+w "${S}/vendor" || die
+ chmod -R u+w "${S}" || die
# file missing from upstream, causes build failure
cp "${FILESDIR}"/modules.txt "${S}"/vendor || die