# HG changeset patch # User Wimpie Nortje # Date 1592512939 -7200 # Thu Jun 18 22:42:19 2020 +0200 # Node ID d328133bcf72194ddbd81da1b0799b4c90b0dd57 # Parent 7d396f20afb24cb01ee0509d0392f90c4d5ccead Fix source of systemd script. diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -95,7 +95,7 @@ .PHONY: install install: # Systemd config - cp $(CURDIR)/infra/$(TARGET).service /lib/systemd/system/ + cp $(CURDIR)/config/$(TARGET).service /lib/systemd/system/ systemctl daemon-reload # Feather binary install -C -D -m 755 -o feather -g feather $(BUILDDIR)/$(TARGET) $(DESTDIR)/bin/$(BINNAME)