From 41f47516b7fb6ea09963717f0f4cb49e2ce14787 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 5 May 2016 23:13:12 +0200 Subject: [PATCH] media-tv/gentoo-vdr-scripts: Fix DOCS expansion Delay DOCS expansion until src_install(). It is meaningless in global scope since it happens in arbitrary directory which will not have README* files. Furthermore, it triggers verbose failure due to failglob. --- media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild index 4e8431bdc8b5..ba4f064d86fe 100644 --- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild @@ -22,8 +22,6 @@ RDEPEND="nvram? ( sys-power/nvram-wakeup ) VDR_HOME=/var/vdr -DOCS=( README* TODO ChangeLog ) - pkg_setup() { enewgroup vdr @@ -43,6 +41,8 @@ src_prepare() { } src_install() { + local DOCS=( README* TODO ChangeLog ) + default # create necessary directories -- 2.26.2