diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-21 00:53:33 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-21 00:53:33 +0100 |
commit | 7b0b9a8211a4a05df8151067ba5805fb60220f3f (patch) | |
tree | 0e40aa48b9763673215e108d1f2e7fa2e9f232ab /Makefile | |
parent | moved systemd helper scripts in own system-dir (diff) | |
download | gentoo-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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |