Build: Change ppc64le DEB arch to ppc64el
This is the convention among Debian-based distros.
This commit is contained in:
@@ -561,6 +561,10 @@ case "$host_cpu" in
|
||||
RPMARCH=i386
|
||||
DEBARCH=i386
|
||||
;;
|
||||
powerpc64le)
|
||||
RPMARCH=`uname -m`
|
||||
DEBARCH=ppc64el
|
||||
;;
|
||||
*)
|
||||
RPMARCH=`uname -m`
|
||||
DEBARCH=$RPMARCH
|
||||
|
||||
Reference in New Issue
Block a user