From ba0130594cb51d826f311116dc73caacf2ca518e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 13 Feb 2012 15:20:33 +0100 Subject: [PATCH] remove latest before linking to prevent symlink below latest/ Signed-off-by: Nico Schottelius --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 6b415391..b994ce00 100755 --- a/build +++ b/build @@ -123,7 +123,7 @@ case "$1" in # Fix ikiwiki, which does not like symlinks for pseudo security ssh tee.schottelius.org \ "cd /home/services/www/nico/www.nico.schottelius.org/www/software/cdist/man && - ln -sf "$version" latest" + rm -f latest && ln -sf "$version" latest" ;; p|pu|pub)