diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-04 21:51:33 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-04 21:51:33 +0100 |
commit | f28747d2cb5410be7a34b4ea9e1257df265e28b7 (patch) | |
tree | a35df6a3eac2c630a16228b2c44f9350b95bf18d /var/lib | |
parent | proj/gentoo-vdr-scripts: removed depricated log entry for new svdrp port (diff) | |
download | gentoo-vdr-scripts-master.tar.gz gentoo-vdr-scripts-master.tar.bz2 gentoo-vdr-scripts-master.zip |
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'var/lib')
-rw-r--r-- | var/lib/vdr/tmp/Makefile | 14 | ||||
-rw-r--r-- | var/lib/vdr/tmp/systemd_env | 0 |
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 |