make_dist_tarball: don't make "o" writable
We only need "ug" writable (so that we can delete stuff at the end). No need to make "o" writable.
Этот коммит содержится в:
родитель
3ad89f16b8
Коммит
e9b59d8484
2
contrib/dist/make_dist_tarball
поставляемый
2
contrib/dist/make_dist_tarball
поставляемый
@ -282,7 +282,7 @@ make_tarball() {
|
||||
# happened to be in the tree already).
|
||||
#
|
||||
echo "*** Removing old generated flex files..."
|
||||
find . -name \*_lex.c -exec chmod a+rw {} \; -exec rm -f {} \; -print
|
||||
find . -name \*_lex.c -exec chmod ug+rw {} \; -exec rm -f {} \; -print
|
||||
|
||||
#
|
||||
# make tarball
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user