From 02c5e4a30eaf20770a36ee6712a20cf46c37af15 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 30 Jun 2018 15:08:55 -0400 Subject: Release parabolaiso-v35 Signed-off-by: David P --- configs/lxde-openrc/build.sh | 2 ++ configs/profile-openrc/build.sh | 2 ++ configs/profile/build.sh | 2 ++ configs/talkingparabola/build.sh | 2 ++ 4 files changed, 8 insertions(+) (limited to 'configs') 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]" -- cgit v1.2.2