summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 21:18:48 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 21:20:52 +0200
commitc9bade7796a3704b0169f9c709b806a8ac6b4b94 (patch)
tree63761a0f041528ee0591082c0572b87c0b782b83 /media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild
parentmedia-plugins/vdr-skindesigner: bump, eapi=7 (diff)
downloaddevel-c9bade7796a3704b0169f9c709b806a8ac6b4b94.tar.gz
devel-c9bade7796a3704b0169f9c709b806a8ac6b4b94.tar.bz2
devel-c9bade7796a3704b0169f9c709b806a8ac6b4b94.zip
media-tv/gentoo-vdr-scripts: ebuild adopted to actuell git statusHEADmaster
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Manifest-Sign-Key: 0x68C51DE6D770E4A6! Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild')
-rw-r--r--media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild
index 499675d..8f71d1c 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-9999.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -32,11 +32,6 @@ src_install() {
# create necessary directories
diropts -ovdr -gvdr
keepdir "${VDR_HOME}"
-
- local kd
- for kd in shutdown-data merged-config-files dvd-images; do
- keepdir "${VDR_HOME}/${kd}"
- done
}
VDRSUDOENTRY="vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh"