mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
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;;
|
i686*) echo i386;;
|
||||||
x86_64*) echo amd64;;
|
x86_64*) echo amd64;;
|
||||||
aarch64*) echo arm64;;
|
aarch64*) echo arm64;;
|
||||||
|
ppc64le*) echo ppc64el;;
|
||||||
|
ppc64*) echo ppc64;;
|
||||||
*) uname -m;;
|
*) uname -m;;
|
||||||
esac >${DESTDIR}/usr/share/debootstrap/arch
|
esac >${DESTDIR}/usr/share/debootstrap/arch
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue