From 7028b7ed93ddba4e062bb7abfbb723d4a0398e9c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 May 2016 08:30:25 +0200 Subject: bugfix chown->chmod in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3-54-g00ecf