summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-01-20 19:52:40 -0600
committerMike Frysinger <vapier@gentoo.org>2017-01-20 19:53:52 -0600
commit62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 (patch)
tree6f9c58e42a3ccffb217f702caef83b05a3226378 /sys-fs
parentsys-fs/lufis: update to EAPI=6 (diff)
downloadgentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.gz
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.bz2
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.zip
fix quoting to a lot of patch calls
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild
index afde938a5191..dbc30d9c272d 100644
--- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild
+++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild
@@ -43,9 +43,9 @@ DOCS=(
MAKEOPTS+=" -j1"
PATCHES=(
- "${FILESDIR}/${PN}-1.6.4-asneeded.patch"
- "${FILESDIR}/${PN}-recent-kernels.patch"
- )
+ "${FILESDIR}/${PN}-1.6.4-asneeded.patch"
+ "${FILESDIR}/${PN}-recent-kernels.patch"
+)
pkg_setup() {
python_set_active_version 2
@@ -58,7 +58,7 @@ src_prepare() {
sed -e 's:"/dlm/":"/sys/kernel/dlm":g' \
-i libo2dlm/o2dlm_test.c \
-i libocfs2/dlm.c || die "sed failed"
- epatch ${PATCHES[@]}
+ epatch "${PATCHES[@]}"
rm -f aclocal.m4
AT_M4DIR=. eautoreconf
}