From 32aac0a1c009ee940920fd12f277180dd80b8eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 19 Oct 2012 11:04:01 +0200 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3