mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user