From bd9f4651da49ac3fc2aa9b43c78aab40d75d7b76 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 16 Jan 2019 20:12:10 +0100 Subject: ship systemd service and timer file --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edcbfc9..a408694 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ DESTDIR = ETCDIR = /etc BINDIR = /usr/bin +LIBDIR = /usr/lib MANDIR = /usr/share/man VERSION = 0.1.7 @@ -42,6 +43,7 @@ all: update-ddns install: all install -D -m0755 update-ddns $(DESTDIR)$(BINDIR)/update-ddns install -D -m0644 update-ddns.conf $(DESTDIR)$(ETCDIR)/update-ddns.conf + install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system update-ddns.service update-ddns.timer clean: ls -A | \ -- cgit v1.2.3-54-g00ecf