File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 2828extra_pkgs=(
2929 sys-kernel/coreos-modules
3030 sys-kernel/coreos-kernel
31+ app-emulation/hv-daemons
3132)
3233
33- for pkg in sources modules kernel; do
34- pushd " sys-kernel/coreos-${pkg} "
35- git mv " coreos-${pkg} " -* .ebuild " coreos-${pkg} -${VERSION_NEW} .ebuild"
36- sed -i -e ' /^COREOS_SOURCE_REVISION=/s/=.*/=""/' " coreos-${pkg} -${VERSION_NEW} .ebuild"
37- popd
34+ for pkg in sys-kernel/coreos-{sources,modules,kernel} app-emulation/hv-daemons; do
35+ pkg+=/${pkg##*/ }
36+ git mv " ${pkg} " -* .ebuild " ${pkg} -${VERSION_NEW} .ebuild"
37+ sed -i -e ' /^COREOS_SOURCE_REVISION=/s/=.*/=""/' " ${pkg} -${VERSION_NEW} .ebuild"
3838done
3939
40- if [[ -d app-emulation/hv-daemons ]]; then
41- # Update hyperv daemons ebuild soft-link to reflect new kernel version
42- find -D exec app-emulation/hv-daemons/ -type l -exec rm ' {}' \;
43- ln --relative -s app-emulation/hv-daemons/hv-daemons-9999.ebuild \
44- app-emulation/hv-daemons/hv-daemons-${VERSION_NEW} .ebuild
45- extra_pkgs+=( app-emulation/hv-daemons )
46- fi
47-
4840# Leave ebuild repo section of SDK
4941popd
5042
You can’t perform that action at this time.
0 commit comments