commit:     5eff1e1744b28d0e5f4b8eccb05158cce806f492
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:47:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eff1e17

sys-block/flashbench: fix UnquotedVariable

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/flashbench/flashbench-20120606.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/flashbench/flashbench-20120606.ebuild 
b/sys-block/flashbench/flashbench-20120606.ebuild
index 307d3b9f841e..c7f3200b611c 100644
--- a/sys-block/flashbench/flashbench-20120606.ebuild
+++ b/sys-block/flashbench/flashbench-20120606.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
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-PATCHES=( ${FILESDIR}/${P}-Makefile.patch )
+PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
 
 src_install() {
        dobin "${PN}"

Reply via email to