aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-21 00:53:33 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-01-21 00:53:33 +0100
commit7b0b9a8211a4a05df8151067ba5805fb60220f3f (patch)
tree0e40aa48b9763673215e108d1f2e7fa2e9f232ab /Makefile
parentmoved systemd helper scripts in own system-dir (diff)
downloadgentoo-vdr-scripts-7b0b9a8211a4a05df8151067ba5805fb60220f3f.tar.gz
gentoo-vdr-scripts-7b0b9a8211a4a05df8151067ba5805fb60220f3f.tar.bz2
gentoo-vdr-scripts-7b0b9a8211a4a05df8151067ba5805fb60220f3f.zip
something goes wrong with last commit, again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7b69da6..22bef0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@
SHELL = /bin/bash
-# systemd support
-VDRSYSTEMD ?= 0
+## systemd support
+#VDRSYSTEMD ?= 0
SUBDIRS = etc usr vdrplugin-rebuild
-ifeq ($(VDRSYSTEMD),1)
+#ifeq ($(VDRSYSTEMD),1)
SUBDIRS += etc/systemd/system/vdr.service.d usr/lib/systemd/system var/vdr/tmp
-endif
+#endif
all: