From e40125de6b5784c744ccfc3b501a8e662f574116 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 9 Aug 2006 19:55:07 +0000 Subject: Force a sane umask in quickpkg for bug #143340. svn path=/main/trunk/; revision=4210 --- bin/quickpkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/quickpkg b/bin/quickpkg index 1231da9ff..1a44cbf84 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -14,6 +14,9 @@ if [ "${UID}" != "0" ] ; then exit 1 fi +# We need to ensure a sane umask for the packages that will be created. +umask 022 + export PORTAGE_DB=$(portageq vdb_path) export ROOT=$(portageq envvar ROOT) export ROOT=${ROOT%/}/ -- cgit v1.2.3-1-g7c22