Skip to content

Commit

Permalink
Updated RPM package to use x86_64 instead of amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Oct 29, 2015
1 parent 91b1559 commit 9ff68e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function check_command {
# 'redhat-rpm-config' needs to be installed for the 'debuginfo' package
check_command "rpmbuild" "rpm-build"

arch="amd64"
arch="x86_64"
if [[ ! -z $1 ]]; then
arch=$1
fi
Expand Down

0 comments on commit 9ff68e7

Please sign in to comment.