diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | usr/lib/systemd/system/Makefile | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ # ChangeLog for gentoo-vdr-scripts # $Id$ + 19 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> Makefile, + usr/lib/systemd/system/Makefile: + typo + 19 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> +README.systemd, +etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf, +etc/systemd/system/vdr.service.d/Makefile, +usr/lib/systemd/system/Makefile, @@ -8,7 +8,7 @@ VDRSYSTEMD ?= 1 SUBDIRS = etc usr vdrplugin-rebuild ifeq ($(VDRSYSTEMD),1) -SUBDIRS += etc/systemd/system/vdr.services.d usr/lib/systemd/system var/vdr/tmp +SUBDIRS += etc/systemd/system/vdr.service.d usr/lib/systemd/system var/vdr/tmp endif all: diff --git a/usr/lib/systemd/system/Makefile b/usr/lib/systemd/system/Makefile index 6185517..22e4d71 100644 --- a/usr/lib/systemd/system/Makefile +++ b/usr/lib/systemd/system/Makefile @@ -11,6 +11,6 @@ all: install: @install -m 0755 -o root -g root -d $(MYDIR) - @install -m 0644 -o root -g root $(CONDS) $(MYDIR) + @install -m 0644 -o root -g root $(CONFS) $(MYDIR) .PHONY: all install |