configure: make sure that global shadow doc symlink is always updated

We forcibly overwrite the symlink - in case the source dir changes.

Change-Id: I3986b968f787ea0d250887113a0c223e10038546
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Tor Arne Vestbø 2012-10-19 11:04:01 +02:00 committed by The Qt Project
parent 087e4bc517
commit d7b087eaac

2
configure vendored
View File

@ -2257,7 +2257,7 @@ if [ "$OPT_SHADOW" = "yes" ]; then
# Prepare doc directory
mkdir -p "$outpath/doc"
ln -s "$relpath"/doc/global "$outpath/doc"
ln -f -s "$relpath"/doc/global "$outpath/doc"
fi
# symlink fonts to be able to run application from build directory