summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08ad7d2..41c1528 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ install: all
install -D -m0755 crypt-expiry-check $(DESTDIR)$(BINDIR)/crypt-expiry-check
install -D -m0644 crypt-expiry-check.8 $(DESTDIR)$(MANDIR)/man8/crypt-expiry-check.8
touch $(DESTDIR)$(ETCDIR)/crypt-expiry.checks
- chown 644 $(DESTDIR)$(ETCDIR)/crypt-expiry.checks
+ chmod 644 $(DESTDIR)$(ETCDIR)/crypt-expiry.checks
dist: clean
(cd .. && tar czvf crypt-expiry-check-$(VERSION).tar.gz crypt-expiry-check-$(VERSION))