mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Merge pull request #2321 from flatcar/krnowak/gh-action-linux-lts
.github: Handle missing app-emulation/hv-daemons
This commit is contained in:
commit
af3b2d1323
10
.github/workflows/kernel-apply-patch.sh
vendored
10
.github/workflows/kernel-apply-patch.sh
vendored
@ -32,10 +32,12 @@ for pkg in sources modules kernel; do
|
|||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
# Update hyperv daemons ebuild soft-link to reflect new kernel version
|
if [[ -d app-emulation/hv-daemons ]]; then
|
||||||
find -D exec app-emulation/hv-daemons/ -type l -exec rm '{}' \;
|
# Update hyperv daemons ebuild soft-link to reflect new kernel version
|
||||||
ln -s app-emulation/hv-daemons/hv-daemons-9999.ebuild \
|
find -D exec app-emulation/hv-daemons/ -type l -exec rm '{}' \;
|
||||||
app-emulation/hv-daemons/hv-daemons-${VERSION_NEW}.ebuild
|
ln --relative -s app-emulation/hv-daemons/hv-daemons-9999.ebuild \
|
||||||
|
app-emulation/hv-daemons/hv-daemons-${VERSION_NEW}.ebuild
|
||||||
|
fi
|
||||||
|
|
||||||
# Leave ebuild repo section of SDK
|
# Leave ebuild repo section of SDK
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user