summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-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)