From ef7bab60bd21cf8ad4baf5be248d373a4ad2ac86 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 23 Jun 2023 08:42:45 -0400 Subject: fix file permissions for man page in install.do --- install.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.do b/install.do index 8d08b3d..ff27af6 100644 --- a/install.do +++ b/install.do @@ -4,5 +4,5 @@ MANDIR="${MANDIR:-$PREFIX/share/man}" if haredo all; then install -Dm755 ./srtplay "$BINDIR"/srtplay - install -Dm755 ./srtplay.1 "$MANDIR"/man1/srtplay.1 + install -Dm644 ./srtplay.1 "$MANDIR"/man1/srtplay.1 fi -- cgit v1.2.3