commit:     ec1b9213ff58c433b593dedd1cbad12739ae02d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 19:53:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 05:02:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1b9213

www-plugins/browserpass: fix UnquotedVariable

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-plugins/browserpass/browserpass-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/browserpass/browserpass-3.0.10.ebuild 
b/www-plugins/browserpass/browserpass-3.0.10.ebuild
index 086dfb387890..ccca3aa0379f 100644
--- a/www-plugins/browserpass/browserpass-3.0.10.ebuild
+++ b/www-plugins/browserpass/browserpass-3.0.10.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}"/${MY_PN}-${PV}
 src_compile() {
        ego build || die
 
-       sed -e 's|%%replace%%|'${EPREFIX}'/usr/libexec/browserpass-native|' \
+       sed -e "s|%%replace%%|${EPREFIX}/usr/libexec/browserpass-native|" \
                -i browser-files/firefox-host.json 
browser-files/chromium-host.json || die
 }
 

Reply via email to