diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-06-05 15:44:01 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-06-05 15:44:01 +0000 |
commit | 885dfe77f93d9dc819f2a5337ff7f6e57073e1fd (patch) | |
tree | 73421e1050fb16c6681bcb6ac9d01bb90e6073d6 /eclass/git.eclass | |
parent | stable x86, bug 224893 (diff) | |
download | historical-885dfe77f93d9dc819f2a5337ff7f6e57073e1fd.tar.gz historical-885dfe77f93d9dc819f2a5337ff7f6e57073e1fd.tar.bz2 historical-885dfe77f93d9dc819f2a5337ff7f6e57073e1fd.zip |
Do EGIT_STORE_DIR must not be world writable.
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index 34751814cad0..e13af5001f66 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.10 2008/03/30 05:52:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.11 2008/06/05 15:44:01 zlin Exp $ ## --------------------------------------------------------------------------- # # subversion.eclass author: Akinori Hattori <hattya@gentoo.org> @@ -176,8 +176,6 @@ git_fetch() { addwrite / mkdir -p "${EGIT_STORE_DIR}" \ || die "${EGIT}: can't mkdir ${EGIT_STORE_DIR}." - chmod -f o+rw "${EGIT_STORE_DIR}" \ - || die "${EGIT}: can't chmod ${EGIT_STORE_DIR}." export SANDBOX_WRITE="${SANDBOX_WRITE%%:/}" fi |