diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-06-08 09:56:58 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 17:30:24 +0100 |
commit | 9a3e1b9833200667fbe3cfdb152d228905909a6b (patch) | |
tree | 783cf3c3d9365fd6e8be441042c17712c6bd44a6 /dev-lang/gforth | |
parent | dev-haskell/wcwidth: fix unquoted variable FILESDIR (diff) | |
download | gentoo-9a3e1b9833200667fbe3cfdb152d228905909a6b.tar.gz gentoo-9a3e1b9833200667fbe3cfdb152d228905909a6b.tar.bz2 gentoo-9a3e1b9833200667fbe3cfdb152d228905909a6b.zip |
dev-lang/gforth: fix unquoted variable EPREFIX
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/gforth-0.7.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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. |