Fix permission errors caused by umask

This commit is contained in:
Rezart Qelibari
2022-05-29 20:28:02 +02:00
parent 6551c7ee06
commit e69e92bdc1
3 changed files with 20 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ function installZshlib() {
pushd -q ${ASTZWEIG_ZSHLIB}
zcompile -z -U ${zshlibPath} $(find . -type f -perm +u=x -maxdepth 1)
libs+=(${zshlibPath}.zwc)
chmod ugo=r ${zshlibPath}.zwc
popd -q
}