This commit is contained in:
parent
3c994da3cb
commit
1b1bab8a1c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [ -e "${revfile}" ]; then
|
|||
else
|
||||
##
|
||||
# install from scratch
|
||||
umask u=rwx,g=rx,o=
|
||||
umask u=rwX,g=rX,o=
|
||||
"${libexec}"/utils/install/run -d "${installdir}"
|
||||
find -s . \
|
||||
-maxdepth 1 \
|
||||
|
|
Loading…
Reference in a new issue