summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.do2
1 files changed, 1 insertions, 1 deletions
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