From 198cd37d738a77202b1259a1369a72e29d6ea778 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 23 Apr 2025 16:34:42 -0400 Subject: [PATCH] Replace BuildArch with --target --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 3cb489f..6dc8950 100755 --- a/installJRMC +++ b/installJRMC @@ -891,7 +891,6 @@ build_rpm() { Summary: JRiver Media Center Group: Applications/Media Source0: $MC_SOURCE - BuildArch: $ARCH %define _rpmfilename %%{ARCH}/%%{NAME}-%%{version}-%%{release}.%%{ARCH}.rpm AutoReq: 0 @@ -937,6 +936,7 @@ build_rpm() { rpmbuild --define="_topdir $OUTPUT_DIR" --define="_libdir /usr/lib" + --target="$ARCH" -bb "$OUTPUT_DIR/SPECS/mediacenter.spec" )