From 9a3e1b9833200667fbe3cfdb152d228905909a6b Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Wed, 8 Jun 2022 09:56:58 +0200 Subject: dev-lang/gforth: fix unquoted variable EPREFIX Signed-off-by: Thomas Bracht Laumann Jespersen Signed-off-by: Sam James --- dev-lang/gforth/gforth-0.7.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/gforth') diff --git a/dev-lang/gforth/gforth-0.7.3-r2.ebuild b/dev-lang/gforth/gforth-0.7.3-r2.ebuild index 2bf4b1dff982..503dc8016dc5 100644 --- a/dev-lang/gforth/gforth-0.7.3-r2.ebuild +++ b/dev-lang/gforth/gforth-0.7.3-r2.ebuild @@ -36,7 +36,7 @@ src_prepare() { export GNU_LIBTOOL=$LIBTOOL # ./configure does not generate it, but slibtool assumes # it's around - ln -s ${EPREFIX}/usr/bin/libtool libtool || die + ln -s "${EPREFIX}"/usr/bin/libtool libtool || die fi # We patches both configure and configure.ac. -- cgit v1.2.3-65-gdbad