www-client/surfraw: Update live ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2020-09-24 15:48:21 +02:00
parent acac3c3891
commit e5322b7cc4
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,7 @@
mkdir -p $(DESTDIR)@datadir@/bash-completion/completions
@cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@datadir@/bash-completion/completions/surfraw
if INSTALLSR
- @ln -sf $(DESTDIR)@datadir@/bash-completion/completions/surfraw $(DESTDIR)@datadir@/bash-completion/completions/sr
+ @ln -sf surfraw $(DESTDIR)@datadir@/bash-completion/completions/sr
endif # INSTALLSR
endif # BASHCOMPLETIONS

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,6 +23,7 @@ DOCS=(
)
PATCHES=(
"${FILESDIR}"/${PN}-2.3.0-completion.patch
"${FILESDIR}"/${PN}-99999-sr-completion-path.patch
)
src_prepare() {