Build: Change ppc64le DEB arch to ppc64el

This is the convention among Debian-based distros.
This commit is contained in:
DRC
2017-09-01 21:57:48 +00:00
parent 4ded4dfac6
commit 59322e0973

View File

@@ -561,6 +561,10 @@ case "$host_cpu" in
RPMARCH=i386
DEBARCH=i386
;;
powerpc64le)
RPMARCH=`uname -m`
DEBARCH=ppc64el
;;
*)
RPMARCH=`uname -m`
DEBARCH=$RPMARCH