From fb27391bf65ed867b62ef40b726a21ac839fa37a Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 18 Oct 2019 15:20:59 -0700 Subject: Add user write permissions to installed files --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 605cb52..f3bfb3f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,9 +111,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@ # Tests -- cgit v1.1