projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c12099
)
media-sound/erec: fix missing slash qa warning
author
Tim Harder
<radhermit@gentoo.org>
Thu, 1 Aug 2019 12:27:35 +0000
(06:27 -0600)
committer
Tim Harder
<radhermit@gentoo.org>
Thu, 1 Aug 2019 12:36:37 +0000
(06:36 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
media-sound/erec/erec-2.2.0.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/erec/erec-2.2.0.1-r1.ebuild
b/media-sound/erec/erec-2.2.0.1-r1.ebuild
index 1159778649aa0183228a360fbafa68375a85ef83..764393565e5c41a1baf40226457220dc97da5b9e 100644
(file)
--- a/
media-sound/erec/erec-2.2.0.1-r1.ebuild
+++ b/
media-sound/erec/erec-2.2.0.1-r1.ebuild
@@
-20,7
+20,7
@@
HTML_DOCS=( README.html )
src_prepare() {
sed -i \
- -e "s:BINDIR=/usr/local/bin:BINDIR=${D}usr/bin:" \
+ -e "s:BINDIR=/usr/local/bin:BINDIR=${D}
/
usr/bin:" \
-e "s:^\\(ARGHLINK.*-L.*\\):#\\1:" \
-e "s:^#\\(ARGHLINK=.*a\\)$:\\1:" \
-e "s:\$(CXX):\$(CXX) \$(CXXFLAGS) -I\"${S}\"/argh:g" \