From 2185ed9962fcb9c4b8343ad3dd3af681f69637a4 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 2 Sep 2024 15:15:31 +0200 Subject: [PATCH] Fix installed permissions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 84a2dff..ecdae2b 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,6 @@ install: $(BIN) $(INSTALL) -d $(BINDIR) $(INSTALL) $(BIN) $(BINDIR) $(INSTALL) -d $(MANDIR)$(MANSECTION) - $(INSTALL) -m 444 $(MANPAGE) $(MANDIR)$(MANSECTION) + $(INSTALL) -m 644 $(MANPAGE) $(MANDIR)$(MANSECTION) $(INSTALL) -d $(DATADIR)/$(BIN)/plugins - $(INSTALL) -m 444 plugins/* $(DATADIR)/$(BIN)/plugins/ + $(INSTALL) -m 644 plugins/* $(DATADIR)/$(BIN)/plugins/