media-plugins/vdr-epgsearch: missing die's added

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
This commit is contained in:
Joerg Bornkessel
2020-01-12 19:29:52 +01:00
parent dccd86f374
commit 7c4e86743a
2 changed files with 4 additions and 4 deletions

View File

@@ -76,9 +76,9 @@ src_install() {
nonfatal dodoc conf/*.templ HISTORY*
gunzip -f man/en/*.gz
gunzip -f man/en/*.gz || die
doman man/en/*.[0-9]
gunzip -f man/de/*.gz
gunzip -f man/de/*.gz || die
doman -i18n=de man/de/*.[0-9]
}

View File

@@ -71,9 +71,9 @@ src_install() {
local DOCS=( conf/*.templ HISTORY* )
einstalldocs
gunzip -f man/en/*.gz
gunzip -f man/en/*.gz || die
doman man/en/*.[0-9]
gunzip -f man/de/*.gz
gunzip -f man/de/*.gz || die
doman -i18n=de man/de/*.[0-9]
}