=================================================================== RCS file: /cvs/pta/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pta/Makefile 2020/10/04 14:17:01 1.3 +++ pta/Makefile 2020/11/19 23:55:50 1.4 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2020/10/04 14:17:01 schwarze Exp $ +# $Id: Makefile,v 1.4 2020/11/19 23:55:50 schwarze Exp $ # Ingo Schwarze 2020. Public domain. all: @@ -14,7 +14,7 @@ install: install -o root -g wheel -m 0755 -d $(DESTDIR)/share install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples/pta - install -o root -g bin -m 0555 pta.pl $(DESTDIR)/bin/pta + install -o root -g bin -m 0555 pta.pl $(DESTDIR)/bin/pta install -o root -g bin -m 0444 pta.1 $(DESTDIR)/man/man1/ install -o root -g bin -m 0444 pta-accounts.5 $(DESTDIR)/man/man5/ install -o root -g bin -m 0444 pta-journal.5 $(DESTDIR)/man/man5/