summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/lxde-openrc/build.sh2
-rwxr-xr-xconfigs/profile-openrc/build.sh2
-rwxr-xr-xconfigs/profile/build.sh2
-rwxr-xr-xconfigs/talkingparabola/build.sh2
4 files changed, 8 insertions, 0 deletions
diff --git a/configs/lxde-openrc/build.sh b/configs/lxde-openrc/build.sh
index 725605a..f31cbd4 100755
--- a/configs/lxde-openrc/build.sh
+++ b/configs/lxde-openrc/build.sh
@@ -45,6 +45,8 @@ _usage ()
exit ${1}
}
+umask 0022
+
# Helper function to run make_*() only one time per architecture.
run_once() {
if [[ ! -e ${work_dir}/build.${1}_${arch} ]]; then
diff --git a/configs/profile-openrc/build.sh b/configs/profile-openrc/build.sh
index 2f5721c..ece7edb 100755
--- a/configs/profile-openrc/build.sh
+++ b/configs/profile-openrc/build.sh
@@ -44,6 +44,8 @@ _usage ()
exit ${1}
}
+umask 0022
+
# Helper function to run make_*() only one time per architecture.
run_once() {
if [[ ! -e ${work_dir}/build.${1}_${arch} ]]; then
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index 89ac09a..84b0b5c 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -22,6 +22,8 @@ script_path=$(readlink -f ${0%/*})
# Default is systemd
init=systemd
+umask 0022
+
_usage ()
{
echo "usage ${0} [options]"
diff --git a/configs/talkingparabola/build.sh b/configs/talkingparabola/build.sh
index 7432e6e..3d4f325 100755
--- a/configs/talkingparabola/build.sh
+++ b/configs/talkingparabola/build.sh
@@ -22,6 +22,8 @@ script_path=$(readlink -f ${0%/*})
# Default is systemd
init=systemd
+umask 0022
+
_usage ()
{
echo "usage ${0} [options]"