summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dcd9b837..8ec19ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ SOURCE_DATE_EPOCH = $(shell git show -s --no-show-signature --format=%cI)
TAR_FLAGS = --sort=name \
--mtime="$(SOURCE_DATE_EPOCH)" \
--owner=0 --group=0 --numeric-owner \
+ --mode=go=rX,u+rw,a-s \
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
ifeq ($(shell uname -s), Darwin)