From 62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 20 Jan 2017 19:52:40 -0600 Subject: fix quoting to a lot of patch calls --- sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-fs/ocfs2-tools') 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 } -- cgit v1.2.3-65-gdbad