diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |