summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-19 11:04:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-22 19:36:43 +0200
commitd7b087eaac7cebfcbe5b23935d7d7576e127d844 (patch)
treef5786b432a636aa5866b36418e869d430782de47 /configure
parent087e4bc5171f0ced1f34663e59217d678cd350ba (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f03bd58fe2..c3e61d63c5 100755
--- a/configure
+++ b/configure
@@ -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