diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 11:47:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 11:54:53 +0100 |
commit | 5eff1e1744b28d0e5f4b8eccb05158cce806f492 (patch) | |
tree | 4549bab5f7a14dc90fa2c4caffc0a29ed2e0e237 /sys-block/flashbench | |
parent | sys-auth/libfprint: fix UnquotedVariable (diff) | |
download | gentoo-5eff1e1744b28d0e5f4b8eccb05158cce806f492.tar.gz gentoo-5eff1e1744b28d0e5f4b8eccb05158cce806f492.tar.bz2 gentoo-5eff1e1744b28d0e5f4b8eccb05158cce806f492.zip |
sys-block/flashbench: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/flashbench')
-rw-r--r-- | sys-block/flashbench/flashbench-20120606.ebuild | 4 |
1 files 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}" |