summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-02-06 22:07:33 +0100
committerErich Eckner <git@eckner.net>2022-02-06 22:07:33 +0100
commit4da8ba103d3bb3eb2fe5ce0c95eab90410f7be4d (patch)
tree7f8dfdf8a9b6015c966f82d5976bfda62eb375cd
parentfb4725eb971cf57d3fb16d599b10b5775110885a (diff)
downloadcrypt-expiry-check-4da8ba103d3bb3eb2fe5ce0c95eab90410f7be4d.tar.xz
really fix Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77e66dd..3810cd0 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)
+ [ -z "$(SYSTEMDDIR)" ] || install -D -m0644 -t $(DESTDIR)$(SYSTEMDDIR) crypt-expiry-check.service crypt-expiry-check.timer
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