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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ SHELL = /bin/bash SUBDIRS = etc usr vdrplugin-rebuild -SUBDIRS += usr/lib/systemd/system var/vdr/tmp etc/systemd/system/vdr.service.d +SUBDIRS += usr/lib/systemd/system var/lib/vdr/tmp etc/systemd/system/vdr.service.d all: @@ -20,7 +20,7 @@ install: @for DIR in $(SUBDIRS); do \ $(MAKE) -C $$DIR install; \ done - @install -m 0755 -o vdr -g vdr -d $(DESTDIR)/var/vdr/{shutdown-data,merged-config-files} + @install -m 0755 -o vdr -g vdr -d $(DESTDIR)/var/lib/vdr/{shutdown-data,merged-config-files} snapshot: git archive HEAD | bzip2 gentoo-vdr-scripts-snapshot.tar.bz2 |