aboutsummaryrefslogtreecommitdiff
path: root/var/lib/vdr
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-03-04 21:51:33 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-03-04 21:51:33 +0100
commitf28747d2cb5410be7a34b4ea9e1257df265e28b7 (patch)
treea35df6a3eac2c630a16228b2c44f9350b95bf18d /var/lib/vdr
parentproj/gentoo-vdr-scripts: removed depricated log entry for new svdrp port (diff)
downloadgentoo-vdr-scripts-master.tar.gz
gentoo-vdr-scripts-master.tar.bz2
gentoo-vdr-scripts-master.zip
overlay/vdr/devel: moved homedir /var/vdr to /var/lib/vdrHEADmaster
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'var/lib/vdr')
-rw-r--r--var/lib/vdr/tmp/Makefile14
-rw-r--r--var/lib/vdr/tmp/systemd_env0
2 files changed, 14 insertions, 0 deletions
diff --git a/var/lib/vdr/tmp/Makefile b/var/lib/vdr/tmp/Makefile
new file mode 100644
index 0000000..c1eed39
--- /dev/null
+++ b/var/lib/vdr/tmp/Makefile
@@ -0,0 +1,14 @@
+SHELL = /bin/bash
+
+MYDIR = $(DESTDIR)/var/lib/vdr/tmp
+SUBDIRS =
+BINS =
+CONFS = systemd_env
+
+all:
+
+install:
+ @install -m 0755 -o root -g root -d $(MYDIR)
+ @install -m 0644 -o vdr -g vdr $(CONFS) $(MYDIR)
+
+.PHONY: all install
diff --git a/var/lib/vdr/tmp/systemd_env b/var/lib/vdr/tmp/systemd_env
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/var/lib/vdr/tmp/systemd_env