commit:     faf713e938862596e5928b6ad65fefa4f07c69ba
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 20:45:26 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 20:45:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf713e9

app-emacs/emacs-common: Fix previous commit

Fixes: 57119bdc51dc0cfd9907dfc6c746117bc758f069
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/emacs-common/emacs-common-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-common/emacs-common-1.13.ebuild 
b/app-emacs/emacs-common/emacs-common-1.13.ebuild
index 292c94dcc5dd..5433db31a845 100644
--- a/app-emacs/emacs-common/emacs-common-1.13.ebuild
+++ b/app-emacs/emacs-common/emacs-common-1.13.ebuild
@@ -34,7 +34,7 @@ SITEFILE="10${PN}-gentoo.el"
 src_prepare() {
        default
        if [[ -n ${EPREFIX} ]]; then
-               sed -i -E -e "s,/(bin|sbin|usr)/,${EPREFIX},g" \
+               sed -i -E -e "s,/(bin|sbin|usr)/,${EPREFIX}&,g" \
                        subdirs.el.in emacs.initd emacs.service \
                        emacs.desktop emacsclient.desktop || die
        fi

Reply via email to