debootstrap: add ppc64 archs
This commit is contained in:
parent
5ff20e49da
commit
427f3291b8
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ do_install() {
|
|||
i686*) echo i386;;
|
||||
x86_64*) echo amd64;;
|
||||
aarch64*) echo arm64;;
|
||||
ppc64le*) echo ppc64el;;
|
||||
ppc64*) echo ppc64;;
|
||||
*) uname -m;;
|
||||
esac >${DESTDIR}/usr/share/debootstrap/arch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue