diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-01 13:34:31 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-01 13:34:38 +0200 |
commit | 7775f01d492abc6865cb24e766ccac39b003568d (patch) | |
tree | b3c667fef3f45109b75ae27dc42167055056cc5d /net-libs/wvstreams | |
parent | kde-apps/kalarmcal: fix tests (diff) | |
download | gentoo-7775f01d492abc6865cb24e766ccac39b003568d.tar.gz gentoo-7775f01d492abc6865cb24e766ccac39b003568d.tar.bz2 gentoo-7775f01d492abc6865cb24e766ccac39b003568d.zip |
net-libs/wvstreams: Quote WORKDIR
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 509d6d5bfc48..58f5b66846d7 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 } |