summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg
index e1fab77..8ddbe36 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -105,7 +105,7 @@ if [ ! -d "$chrootdir/root" ]; then
usage
fi
-umask 000
+umask 0022
if [ ! -d "$copydir" -o "$clean_first" -eq "1" ]; then
echo -n 'creating clean working copy...'
mkdir -p "$copydir"