mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
.github: Make app-emulation/hv-daemons a relative link
Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
90388548d1
commit
475cb08109
2
.github/workflows/kernel-apply-patch.sh
vendored
2
.github/workflows/kernel-apply-patch.sh
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user