Issue #16256: merge from 3.2

This commit is contained in:
Ned Deily 2013-02-01 14:05:26 -08:00
commit 8214b9b293
2 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,7 @@ fi
# make share/doc link in framework for command line users
if [ -d "${SHARE_DIR}" ]; then
mkdir -p "${SHARE_DOCDIR}"
mkdir -m 775 -p "${SHARE_DOCDIR}"
# make relative link to html doc directory
ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
fi