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
|
else
|
||||||
##
|
##
|
||||||
# install from scratch
|
# install from scratch
|
||||||
umask u=rwx,g=rx,o=
|
umask u=rwX,g=rX,o=
|
||||||
"${libexec}"/utils/install/run -d "${installdir}"
|
"${libexec}"/utils/install/run -d "${installdir}"
|
||||||
find -s . \
|
find -s . \
|
||||||
-maxdepth 1 \
|
-maxdepth 1 \
|
||||||
|
|
Loading…
Reference in a new issue