.github: Make app-emulation/hv-daemons a relative link

Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2024-09-16 15:23:48 +02:00 committed by GitHub
parent 90388548d1
commit 475cb08109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ done
if [[ -d app-emulation/hv-daemons ]]; then
# Update hyperv daemons ebuild soft-link to reflect new kernel version
find -D exec app-emulation/hv-daemons/ -type l -exec rm '{}' \;
ln -s app-emulation/hv-daemons/hv-daemons-9999.ebuild \
ln --relative -s app-emulation/hv-daemons/hv-daemons-9999.ebuild \
app-emulation/hv-daemons/hv-daemons-${VERSION_NEW}.ebuild
fi