File 00-config.patch of Package hare
--- config.example.mk.orig 2023-10-01 14:27:40.146939243 +0300 +++ config.example.mk 2023-10-01 14:28:16.552882179 +0300 @@ -1,6 +1,6 @@ ## Install configuration -PREFIX = /usr/local +PREFIX = /usr BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man SRCDIR = $(PREFIX)/src @@ -15,7 +15,7 @@ # Platform to build for PLATFORM = linux -ARCH = x86_64 +ARCH = $(shell uname -m) # External tools and flags HAREC = harec