summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-07-28 18:18:12 +0200
committerErich Eckner <git@eckner.net>2022-07-28 18:18:12 +0200
commit221f46e26ec6df7decc76f394bdc92d537f7df7d (patch)
tree13ebaab3ab36bd85dd0b9dd0201db7df556e98f9 /Makefile
parent36c7be42b6f8d84442b92fb2fc7b857aaf14af57 (diff)
downloadraspi-lights-out-221f46e26ec6df7decc76f394bdc92d537f7df7d.tar.xz
remove colocation stuff - it's in its own program now
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