projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ef8b9
)
net-libs/wvstreams: Quote WORKDIR
author
Jeroen Roovers
<jer@gentoo.org>
Mon, 1 Apr 2019 11:34:31 +0000
(13:34 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Mon, 1 Apr 2019 11:34:38 +0000
(13:34 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
patch
|
blob
|
history
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 509d6d5bfc48f6e4fdcd068807d4dbb06107b87d..58f5b66846d7952f39efaee1916bafb4228c53d0 100644
(file)
--- 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
}