From 22a26cc97aad1915b333c9f632e7e2acac09301e Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Tue, 31 Oct 2023 00:01:48 -0700 Subject: [PATCH] Remove part of a comment which is incorrect --- live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot index 772c4a0c..295cc2ad 100755 --- a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot @@ -99,7 +99,7 @@ fi case $arch in - # ARM, ppc, riscv64 and s390x images are special + # ppc, riscv64 and s390x images are special powerpc|ppc64el|s390x|riscv64) exit 0 ;;