summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-06-08 09:52:45 +0200
committerSam James <sam@gentoo.org>2022-06-16 17:30:21 +0100
commit5bedfec5c7903864e0a06eb544d1d5c7473626b3 (patch)
treee807e0f4a1eb940ada17e3a878fc0993d9f4cb07 /app-misc
parentapp-misc/mc: fix unquoted variable S (diff)
downloadgentoo-5bedfec5c7903864e0a06eb544d1d5c7473626b3.tar.gz
gentoo-5bedfec5c7903864e0a06eb544d1d5c7473626b3.tar.bz2
gentoo-5bedfec5c7903864e0a06eb544d1d5c7473626b3.zip
app-misc/tdl: 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 'app-misc')
-rw-r--r--app-misc/tdl/tdl-1.5.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tdl/tdl-1.5.2-r3.ebuild b/app-misc/tdl/tdl-1.5.2-r3.ebuild
index 075f1712868c..9a3ffcabd822 100644
--- a/app-misc/tdl/tdl-1.5.2-r3.ebuild
+++ b/app-misc/tdl/tdl-1.5.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,7 +41,7 @@ src_prepare() {
}
src_configure() {
- local myconf=( --prefix=${EPREFIX}/usr )
+ local myconf=( --prefix="${EPREFIX}"/usr )
if ! use readline; then
myconf+=( "${myconf} --without-readline" )