summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-19 11:04:01 +0200
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-25 19:08:30 +0200
commit32aac0a1c009ee940920fd12f277180dd80b8eff (patch)
tree725fe93c3a23964ab70f701f05e0c43136f04a5d /configure
parentaca24f114627b66e902b4621326cf2b8bc8dbcf6 (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: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3b39b80d2e..6094f596ce 100755
--- a/configure
+++ b/configure
@@ -2256,7 +2256,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