diff -r 4df586851b0f Mac/BuildScript/scripts/postflight.documentation --- Mac/BuildScript/scripts/postflight.documentation Tue Feb 15 20:48:59 2011 +0100 +++ Mac/BuildScript/scripts/postflight.documentation Mon Feb 21 02:28:44 2011 -0800 @@ -27,6 +27,6 @@ if [ -d "${SHARE_DIR}" ]; then mkdir -p "${SHARE_DOCDIR}" # make relative link to html doc directory - ln -s "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html" + ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html" fi