releases/portage/isos/env/sys-kernel/genkernel: apply on arm64 too
Bug: https://bugs.gentoo.org/796272 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
parent
60e551a79f
commit
2dfdd9d278
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
post_src_unpack() {
|
post_src_unpack() {
|
||||||
if use ppc64; then
|
if use arm64 || use ppc64; then
|
||||||
einfo "hooked by ${BASH_SOURCE[0]} in ${FUNCNAME[0]}"
|
einfo "hooked by ${BASH_SOURCE[0]} in ${FUNCNAME[0]}"
|
||||||
local patchfile
|
local patchfile
|
||||||
patchfile="${PORTAGE_CONFIGROOT%/}/etc/portage/patches/genkernel-ppc64-iso.patch"
|
patchfile="${PORTAGE_CONFIGROOT%/}/etc/portage/patches/genkernel-ppc64-iso.patch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue