From 78e61baf432bd2d796c5b1e0498af363967322f4 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 18 Oct 2019 15:20:34 -0700 Subject: Add user write permissions to installed files --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0cdf013..507d1a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -129,9 +129,9 @@ RUNFLAGS := @RUNFLAGS@ MKINSTALLDIRS := $(scripts_dir)/mk-install-dirs.sh INSTALL := @INSTALL@ -INSTALL_HDR := $(INSTALL) -m 444 +INSTALL_HDR := $(INSTALL) -m 644 INSTALL_LIB := $(INSTALL) -m 644 -INSTALL_EXE := $(INSTALL) -m 555 +INSTALL_EXE := $(INSTALL) -m 755 STOW := @stow@ #------------------------------------------------------------------------- -- cgit v1.1