Manpage permissions to 644

This commit is contained in:
Imbus 2026-02-14 15:55:35 +01:00
parent 71ef502cea
commit d0728a87c0

View file

@ -23,4 +23,4 @@ install: writeimg
install -d $(DESTDIR)$(PREFIX)/bin
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m 0755 $< $(DESTDIR)$(PREFIX)/bin/$<
install -m 0755 $<.1 $(DESTDIR)$(PREFIX)/share/man/man1/$<.1
install -m 0644 $<.1 $(DESTDIR)$(PREFIX)/share/man/man1/$<.1