From: Tor Arne Vestbø Date: Fri, 19 Oct 2012 09:04:01 +0000 (+0200) Subject: configure: make sure that global shadow doc symlink is always updated X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32aac0a1c009ee940920fd12f277180dd80b8eff;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/configure b/configure index 3b39b80..6094f59 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