summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-02-06 22:00:44 +0100
committerErich Eckner <git@eckner.net>2022-02-06 22:00:44 +0100
commit027fa3551ad6e7be62feafd8344cad356dd5afa9 (patch)
tree30f60062d9c00c58229bb446a66e8f8c5afbeb9c
parent57edb9259da7b51c17d17f9a7f0512503b2e1b8d (diff)
downloadcrypt-expiry-check-027fa3551ad6e7be62feafd8344cad356dd5afa9.tar.xz
fix Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18775e7..e097f75 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ all: man.commons crypt-expiry-check crypt-expiry-check.cron crypt-expiry-check.1
install: all
[ -z "$(CRONDIR)" ] || install -D -m0755 crypt-expiry-check.cron $(DESTDIR)$(CRONDIR)/crypt-expiry-check
- [ -z "$(SYSTEMDDIR)" ] || install -D -m0644 crypt-expiry-check.service crypt-expiry-check.timer $(DESTDIR)$(SYSTEMDDIR)/crypt-expiry-check
+ [ -z "$(SYSTEMDDIR)" ] || install -D -m0644 crypt-expiry-check.service crypt-expiry-check.timer $(DESTDIR)$(SYSTEMDDIR)
install -D -m0755 -t $(DESTDIR)$(BINDIR) crypt-expiry-check
install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 crypt-expiry-check.1
install -D -m0644 -t $(DESTDIR)$(ETCDIR) crypt-expiry.checks