summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xupdate_latest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_latest.sh b/update_latest.sh
index 355a22a6d..a39c90144 100755
--- a/update_latest.sh
+++ b/update_latest.sh
@@ -14,5 +14,6 @@ ln -sf --no-target-directory ../downloads/$version latest/directory
 for f in $(ls "downloads/$version/"); do \
     ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 done
+ln -sf --no-target-directory "downloads/$version" "downloads/latest"
 echo -n "$version" > latest/version