diff --git a/Makefile b/Makefile index 1a223799..8fa48c20 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ ifeq ($(VERSION),$(SVERSION)) else RELEASE = untagged endif -ARCH = $(uname -i) +ARCH = $(uname -m) SPEC = rpmbuild/SPECS/$(PROGRAM).spec SOURCE = rpmbuild/SOURCES/$(PROGRAM)-$(VERSION).tar.bz2 SRPM = rpmbuild/SRPMS/$(PROGRAM)-$(VERSION)-$(RELEASE).src.rpm