symlink broken

This commit is contained in:
Louis Abel 2021-11-10 16:41:54 -07:00
parent acf737fc4f
commit 74c42a603c
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 0 deletions

View File

@ -87,5 +87,7 @@ fi
# Change Symlink if required
echo "Setting symlink to ${REV}"
pushd "${STAGING_ROOT}/${CATEGORY_STUB}"
/bin/rm "${STAGING_ROOT}/${CATEGORY_STUB}/latest-8"
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" latest-8
popd