aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-10-18 15:20:34 -0700
committerAndrew Waterman <andrew@sifive.com>2019-10-18 15:20:34 -0700
commit78e61baf432bd2d796c5b1e0498af363967322f4 (patch)
tree8d734abb67da1201f6aa3f9901ab6d38b8731da7
parent099c99482f7ac032bf04caad13a9ca1da7ce58ed (diff)
downloadriscv-pk-78e61baf432bd2d796c5b1e0498af363967322f4.zip
riscv-pk-78e61baf432bd2d796c5b1e0498af363967322f4.tar.gz
riscv-pk-78e61baf432bd2d796c5b1e0498af363967322f4.tar.bz2
Add user write permissions to installed files
-rw-r--r--Makefile.in4
1 files 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@
#-------------------------------------------------------------------------