mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user