commit: 7775f01d492abc6865cb24e766ccac39b003568d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 1 11:34:31 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 11:34:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7775f01d
net-libs/wvstreams: Quote WORKDIR
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
index 509d6d5bfc4..58f5b66846d 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
@@ -48,7 +48,7 @@ S=${WORKDIR}/${P/_p*}
src_prepare() {
default
- eapply $(awk '{ print "'${WORKDIR}'/debian/patches/" $0; }' <
${WORKDIR}/debian/patches/series)
+ eapply $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' <
"${WORKDIR}"/debian/patches/series)
eautoreconf
}