summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-08-01 06:27:35 -0600
committerTim Harder <radhermit@gentoo.org>2019-08-01 06:36:37 -0600
commitcfa39d680a5b5b43c7eef6258cdc08d27c54c35c (patch)
tree8e41c4d7db12620f23d5622dd50802a503993e88 /media-sound/erec
parentmedia-sound/dir2ogg: remove old (diff)
downloadgentoo-cfa39d680a5b5b43c7eef6258cdc08d27c54c35c.tar.gz
gentoo-cfa39d680a5b5b43c7eef6258cdc08d27c54c35c.tar.bz2
gentoo-cfa39d680a5b5b43c7eef6258cdc08d27c54c35c.zip
media-sound/erec: fix missing slash qa warning
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-sound/erec')
-rw-r--r--media-sound/erec/erec-2.2.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 1159778649aa..764393565e5c 100644
--- 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" \