From 02f137147d15a98efbf637b2045619820b4cb49d Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Wed, 8 Jun 2022 10:03:28 +0200 Subject: dev-lang/teyjus: fix unquoted variable EPREFIX Signed-off-by: Thomas Bracht Laumann Jespersen Signed-off-by: Sam James --- dev-lang/teyjus/teyjus-2.1-r1.ebuild | 2 +- dev-lang/teyjus/teyjus-2.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-lang/teyjus') diff --git a/dev-lang/teyjus/teyjus-2.1-r1.ebuild b/dev-lang/teyjus/teyjus-2.1-r1.ebuild index 508113c464bd..7e48f5daab8f 100644 --- a/dev-lang/teyjus/teyjus-2.1-r1.ebuild +++ b/dev-lang/teyjus/teyjus-2.1-r1.ebuild @@ -85,7 +85,7 @@ src_install() { if use emacs ; then elisp-install ${PN} emacs/*.{el,elc} cp "${FILESDIR}"/${SITEFILE} "${S}" - sed -e 's@/usr/bin/tjcc@'${EPREFIX}/usr/bin/tjcc'@' -i ${SITEFILE} \ + sed -e "s@/usr/bin/tjcc@${EPREFIX}/usr/bin/tjcc@" -i ${SITEFILE} \ || die "Could not set tjcc executable path in emacs site file" elisp-site-file-install ${SITEFILE} fi diff --git a/dev-lang/teyjus/teyjus-2.1.ebuild b/dev-lang/teyjus/teyjus-2.1.ebuild index a571b19301d1..ba530e02034d 100644 --- a/dev-lang/teyjus/teyjus-2.1.ebuild +++ b/dev-lang/teyjus/teyjus-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -83,7 +83,7 @@ src_install() { if use emacs ; then elisp-install ${PN} emacs/*.{el,elc} cp "${FILESDIR}"/${SITEFILE} "${S}" - sed -e 's@/usr/bin/tjcc@'${EPREFIX}/usr/bin/tjcc'@' -i ${SITEFILE} \ + sed -e "s@/usr/bin/tjcc@${EPREFIX}/usr/bin/tjcc@" -i ${SITEFILE} \ || die "Could not set tjcc executable path in emacs site file" elisp-site-file-install ${SITEFILE} fi -- cgit v1.2.3-65-gdbad