summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-12 19:29:52 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-12 19:38:11 +0100
commit7c4e86743a6b6a8ff99d4b54157bf5a6845f5f87 (patch)
tree98f81b1c9e61b34befbb14bf12ea988d0840f955 /media-plugins
parentmedia-plugins/vdr-skinelchi: missing die's added (diff)
downloadgentoo-7c4e86743a6b6a8ff99d4b54157bf5a6845f5f87.tar.gz
gentoo-7c4e86743a6b6a8ff99d4b54157bf5a6845f5f87.tar.bz2
gentoo-7c4e86743a6b6a8ff99d4b54157bf5a6845f5f87.zip
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>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild4
-rw-r--r--media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
index ba0700f41132..0a8a30e973a4 100644
--- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
+++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
@@ -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]
}
diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild
index ed89ee0aceac..f3656d228f5a 100644
--- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild
+++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.4.0.ebuild
@@ -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]
}