File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ version=$(git describe --exact) &&
55label=$( echo " $version " | sed -e ' s|^v||' ) &&
66version=$( echo " $label " | sed -e ' s|-|.|g' ) || exit
77
8- make clean && make $j CFLAGS=" -O2 -Wno-format-zero-length" dist &&
8+ TAR_DIST_EXTRA_OPTS=" --owner=root:0 --group=root:0 --mode=u+rwX,og+rX,og-w"
9+
10+ make clean &&
11+ make $j CFLAGS=" -O2 -Wno-format-zero-length" \
12+ TAR_DIST_EXTRA_OPTS=" $TAR_DIST_EXTRA_OPTS " dist &&
913
1014ASCIIDOC_NO_ROFF=YesPlease \
1115ASCIIDOC8=YesPlease \
1216MAN_BASE_URL=" git-htmldocs/" \
13- make $j dist-doc || exit
17+ make $j \
18+ TAR_DIST_EXTRA_OPTS=" $TAR_DIST_EXTRA_OPTS " \
19+ dist-doc || exit
1420# The above used to be
1521# MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/"
1622
You can’t perform that action at this time.
0 commit comments