summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-21 02:30:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-21 02:30:23 +0200
commit1bb82e686f2aa870e7ee2118fe9e387a7f9c6b99 (patch)
treef3c874d6bf3fd2c79f4d06b947e4765154360a2a /src
parentimproved install routines (added systemd service unit and initscript (diff)
added debian dir and fixed initscrpt
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 886872e..13b38b5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -102,7 +102,7 @@ install-bin: $(EXECUTABLE)
install-systemd:
$(INSTALL) -d $(DESTDIR)$(SYSTEMDDIR)
- $(INSTALL) -m 644 ../contrib/systemd.service $(DESTDIR)$(SYSTEMDDIR)/$(EXECUTABLE).service
+ $(INSTALL) -m 644 ../contrib/systemd@.service $(DESTDIR)$(SYSTEMDDIR)/$(EXECUTABLE)@.service
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 755 ../contrib/$(EXECUTABLE)-launcher $(DESTDIR)$(BINDIR)