summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-11 11:47:52 +0100
committerSam James <sam@gentoo.org>2022-08-11 11:54:54 +0100
commitda27ffe767c1287d724a89c7e5f9369786f7ee58 (patch)
tree62cd4064076564935b4bf8d4435caa1951962c3c
parentx11-plugins/wmcdplay: fix UnquotedVariable (diff)
downloadgentoo-da27ffe767c1287d724a89c7e5f9369786f7ee58.tar.gz
gentoo-da27ffe767c1287d724a89c7e5f9369786f7ee58.tar.bz2
gentoo-da27ffe767c1287d724a89c7e5f9369786f7ee58.zip
x11-plugins/wmwork: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
index e8fd4e681e82..c5dac0be2f93 100644
--- a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
+++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,4 +20,4 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P}/src"
DOCS=( ../{CHANGES,README} )
-PATCHES=( ${FILESDIR}/${P}-gcc-10.patch )
+PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )