Merge pull request #474 from nitkon/patch-2

snapcraft: Consider debian ppc64el convention
This commit is contained in:
Julio Montes 2019-05-03 14:01:53 -05:00 committed by GitHub
commit 7aa695d3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ parts:
# build and install
arch=$(uname -m)
if [ ${arch} == "ppc64le" ]; then
if [ ${arch} = "ppc64le" ]; then
arch="ppc64"
fi