diff --git a/srcpkgs/kernel-libc-headers/template b/srcpkgs/kernel-libc-headers/template index 3a81fb4cad1..2cae8e99e30 100644 --- a/srcpkgs/kernel-libc-headers/template +++ b/srcpkgs/kernel-libc-headers/template @@ -22,7 +22,7 @@ case "$XBPS_TARGET_MACHINE" in arm*) _arch="arm";; aarch64*) _arch="arm64";; mips*) _arch="mips";; - ppc64*) _arch="powerpc";; + ppc*) _arch="powerpc";; *) msg_error "$pkgname: unknown architecture.\n";; esac