summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-09 20:50:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-09 22:32:36 +0100
commit2c31229ae1b294e5fe10c6fe88e042db7c639764 (patch)
treed5692a342cf3072f6db8aad21f84f78613de1fbb /media-libs/ctl
parentmedia-libs/ctl: Drop 1.5.2-r1 (diff)
downloadgentoo-2c31229ae1b294e5fe10c6fe88e042db7c639764.tar.gz
gentoo-2c31229ae1b294e5fe10c6fe88e042db7c639764.tar.bz2
gentoo-2c31229ae1b294e5fe10c6fe88e042db7c639764.zip
media-libs/ctl: Fix unquoted var
Bug: https://bugs.gentoo.org/814107 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/ctl')
-rw-r--r--media-libs/ctl/ctl-1.5.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ctl/ctl-1.5.2-r2.ebuild b/media-libs/ctl/ctl-1.5.2-r2.ebuild
index 45d613f9e712..f545786ec060 100644
--- a/media-libs/ctl/ctl-1.5.2-r2.ebuild
+++ b/media-libs/ctl/ctl-1.5.2-r2.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=7
@@ -35,7 +35,7 @@ PATCHES=(
mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
src_test() {
- pushd ${BUILD_DIR} >/dev/null || die
+ pushd "${BUILD_DIR}" >/dev/null || die
eninja check
popd >/dev/null || die
}