commit:     bf6065dab1bc03d2c840b7ae77216eb31b86aa29
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:01:23 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:01:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf6065da

app-text/klogg: quote WORKDIR variables

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-text/klogg/klogg-22.06.0.1289.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/klogg/klogg-22.06.0.1289.ebuild 
b/app-text/klogg/klogg-22.06.0.1289.ebuild
index 75401e6df..7f2ec907e 100644
--- a/app-text/klogg/klogg-22.06.0.1289.ebuild
+++ b/app-text/klogg/klogg-22.06.0.1289.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
 
 src_unpack() {
        unpack ${P}.tar.gz
-       mv ${WORKDIR}/${PN}-${MAJOR_VERSION} ${WORKDIR}/${P}
+       mv "${WORKDIR}/${PN}-${MAJOR_VERSION}" "${WORKDIR}/${P}"
 
        unpack ${P}.deps.tar.gz
 }
@@ -56,7 +56,7 @@ src_prepare() {
 src_configure() {
        export KLOGG_VERSION=${PV}
        local mycmakeargs=(
-               -DCPM_SOURCE_CACHE=${WORKDIR}/cpm_cache
+               -DCPM_SOURCE_CACHE="${WORKDIR}/cpm_cache"
                -DCPM_USE_LOCAL_PACKAGES=ON
                -DWARNINGS_AS_ERRORS=OFF
                -DKLOGG_USE_LTO=$(usex lto)

Reply via email to