update_web_docs_svn: Make $DOCSDIR group writable after creating it.

* update_web_docs_svn: Make $DOCSDIR group writable after
	creating it.

From-SVN: r181545
This commit is contained in:
Gerald Pfeifer 2011-11-21 01:16:24 +00:00 committed by Gerald Pfeifer
parent 0115d17f16
commit 6a4b4d3179
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_svn: Make $DOCSDIR group writable after
creating it.
2011-06-27 Richard Guenther <rguenther@suse.de>
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.

View File

@ -93,6 +93,7 @@ fi
if [ ! -d $DOCSDIR ]; then
mkdir $DOCSDIR
chmod g+w $DOCSDIR
fi
if [ -z "$RELEASE" ]; then