summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d4c6376..8db584f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ HTTPDIR = /srv/http/lights-out
VERSION = 0.3.1
-all: index.php lights-out lights-out-init.service lights-out@.service lights-out-colocation-update.service lights-out-colocation-update.timer
+all: index.php lights-out lights-out-init.service lights-out@.service
%: %.in
sed " \
@@ -43,7 +43,7 @@ all: index.php lights-out lights-out-init.service lights-out@.service lights-out
install: all
install -D -m0755 -t $(DESTDIR)$(BINDIR) lights-out
- install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system lights-out@.service lights-out-init.service lights-out-colocation-update.service lights-out-colocation-update.timer
+ install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system lights-out@.service lights-out-init.service
install -D -m0644 -t $(DESTDIR)$(ETCDIR) lights-out.conf
install -D -m0644 -t $(DESTDIR)$(HTTPDIR)/httpdocs index.php
install -D -m0600 -o http -g http /dev/null $(DESTDIR)$(HTTPDIR)/password