From: Adam Sutton Date: Fri, 15 Jan 2016 11:19:17 +0000 (+0000) Subject: build: force x86_64 to amd64 to ensure consistency X-Git-Tag: v4.2.1~1162^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5881b3f2ee7a6d3106e55cae22128b114829ec3;p=thirdparty%2Ftvheadend.git build: force x86_64 to amd64 to ensure consistency --- diff --git a/support/lib.sh b/support/lib.sh index 598fbfe88..8f7d514a1 100755 --- a/support/lib.sh +++ b/support/lib.sh @@ -45,6 +45,9 @@ if [ -z "$CODENAME" ]; then # TODO: support more than debian fi +# Convert x86_64 (ensure uniformity) +[ "${ARCH}" = "x86_64" ] && ARCH=amd64 + # ############################################################################ # Config # ############################################################################