summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-13 05:56:25 +0100
committerRobin Gareus <robin@gareus.org>2014-11-13 05:56:25 +0100
commit2d5a068086647f87d4842acdefea24c7bb5cb4b7 (patch)
tree434271c47c9d2221a1c5a752a1f11697f9bb9562 /tools/linux_packaging
parent3e702c552015a8f701130379f75e05b2661fd0e7 (diff)
set umask in installer
see https://github.com/megastep/makeself/issues/6
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/stage2.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run
index e98810e820..d43e86edd4 100755
--- a/tools/linux_packaging/stage2.run
+++ b/tools/linux_packaging/stage2.run
@@ -101,6 +101,7 @@ SystemInstall ()
########################################################################
# Main
########################################################################
+umask 0022
# If you double click a script, some systems don't get the PWD correct.
# Force it to be correct