From 804724c2b086f34603836fb623487b9680c1e68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Thu, 11 Jun 2026 10:12:10 +0300 Subject: [PATCH] fix permission mode for man page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5a699f..608e64d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ install: install ./punch ~/.local/bin/ install ./punch.bash ~/.local/share/bash-completion/completions/ - install ./punch.1.gz ~/.local/share/man/man1/ + install -m 664 ./punch.1.gz ~/.local/share/man/man1/