summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-10 19:58:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-10 20:02:13 +0200
commit098b48cb07b518475ce5a5b022f564d25062c576 (patch)
treee5851c49bc8c82e9034394716e7b06f102c20235 /x11-wm/xpra/xpra-9999.ebuild
parentdev-libs/gjs: Drop mistaken stable keywords (diff)
downloadgentoo-098b48cb07b518475ce5a5b022f564d25062c576.tar.gz
gentoo-098b48cb07b518475ce5a5b022f564d25062c576.tar.bz2
gentoo-098b48cb07b518475ce5a5b022f564d25062c576.zip
x11-wm/xpra: Fix doc_dir sed
Closes: https://bugs.gentoo.org/908088 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/xpra-9999.ebuild')
-rw-r--r--x11-wm/xpra/xpra-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild
index 93c9941bab1e..b1d83402a147 100644
--- a/x11-wm/xpra/xpra-9999.ebuild
+++ b/x11-wm/xpra/xpra-9999.ebuild
@@ -128,7 +128,7 @@ python_prepare_all() {
# double-prefixes some files under /etc. Looks tricky to fix. :(
#hprefixify $(find -type f \( -name "*.py" -o -name "*.conf" \))
- sed -r -e "/\bdoc_dir =/s:/${PN}\":/${PF}/html\":" \
+ sed -r -e "/\bdoc_dir =/s:/${PN}/\":/${PF}/html\":" \
-i setup.py || die
if use minimal; then