aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Reva <denis7774@gmail.com>2021-04-25 22:05:22 +0500
committerDenis Reva <denis7774@gmail.com>2021-04-25 22:05:22 +0500
commit7ec0807bd38ff29e03b8b1ec2a0c57b05a681928 (patch)
tree8d4b2eb1694becaa05edb1faa473216055a08039
parentsys-fs/erofs-utils: remove obsoleted versions (diff)
downloadguru-7ec0807b.tar.gz
guru-7ec0807b.tar.bz2
guru-7ec0807b.zip
sys-fs/erofs-utils: fix unquoted variable
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Denis Reva <denis7774@gmail.com>
-rw-r--r--sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {