aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-20 00:31:47 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-20 00:31:47 +0100
commita14ff8e6c024b58fbeb80217771bfbbda27e2de0 (patch)
tree808b913c68d10a7c0c569eb3be3ec0dbb9ac812b
parentadded Makefiles for systemd relevanted files; systemd handling in main Makefi... (diff)
downloadgentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.tar.gz
gentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.tar.bz2
gentoo-vdr-scripts-a14ff8e6c024b58fbeb80217771bfbbda27e2de0.zip
typo
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
-rw-r--r--usr/lib/systemd/system/Makefile2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a016398..f4ba246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/Makefile b/Makefile
index 32b01c5..d516f8b 100644
--- a/Makefile
+++ b/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