From d7b087eaac7cebfcbe5b23935d7d7576e127d844 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: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3