commit: 7ec0807bd38ff29e03b8b1ec2a0c57b05a681928
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 25 17:05:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 25 17:05:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ec0807b
sys-fs/erofs-utils: fix unquoted variable
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild
b/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild
index 678098001..4e25ed3fd 100644
--- a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild
+++ b/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
- ${FILESDIR}/erofs-utils-1.2.1-no-Werror.patch
+ "${FILESDIR}"/erofs-utils-1.2.1-no-Werror.patch
)
src_prepare() {