symlinks for 8
This commit is contained in:
parent
03d1bfd638
commit
bfcfcb2671
@ -77,3 +77,12 @@ for ARCH in "${ARCHES[@]}"; do
|
|||||||
treeinfoModder "${ARCH}"
|
treeinfoModder "${ARCH}"
|
||||||
treeinfoSaver "${ARCH}"
|
treeinfoSaver "${ARCH}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Change Symlink if required
|
||||||
|
echo "Setting symlink to ${REV}"
|
||||||
|
pushd "${STAGING_ROOT}/${CATEGORY_STUB}" || exit
|
||||||
|
/bin/rm "${STAGING_ROOT}/${CATEGORY_STUB}/8-BETA"
|
||||||
|
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" 8-BETA
|
||||||
|
echo "Attempting hard link"
|
||||||
|
perform_hardlink "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
|
||||||
|
popd || exit
|
||||||
|
@ -77,3 +77,12 @@ for ARCH in "${ARCHES[@]}"; do
|
|||||||
treeinfoModder "${ARCH}"
|
treeinfoModder "${ARCH}"
|
||||||
treeinfoSaver "${ARCH}"
|
treeinfoSaver "${ARCH}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Change Symlink if required
|
||||||
|
echo "Setting symlink to ${REV}"
|
||||||
|
pushd "${STAGING_ROOT}/${CATEGORY_STUB}" || exit
|
||||||
|
/bin/rm "${STAGING_ROOT}/${CATEGORY_STUB}/8-LookAhead"
|
||||||
|
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" 8-LookAhead
|
||||||
|
echo "Attempting hard link"
|
||||||
|
perform_hardlink "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
|
||||||
|
popd || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user