Try manual arch override
This commit is contained in:
@@ -935,8 +935,9 @@ build_rpm() {
|
|||||||
echo "Building MC $MC_VERSION RPM, this may take some time"
|
echo "Building MC $MC_VERSION RPM, this may take some time"
|
||||||
rpmbuild_cmd=(
|
rpmbuild_cmd=(
|
||||||
rpmbuild
|
rpmbuild
|
||||||
--define="%_topdir $OUTPUT_DIR"
|
--define="_topdir $OUTPUT_DIR"
|
||||||
--define="%_libdir /usr/lib"
|
--define="_libdir /usr/lib"
|
||||||
|
--define="_arch $ARCH"
|
||||||
--target="$ARCH"
|
--target="$ARCH"
|
||||||
-bb
|
-bb
|
||||||
"$OUTPUT_DIR/SPECS/mediacenter.spec"
|
"$OUTPUT_DIR/SPECS/mediacenter.spec"
|
||||||
|
|||||||
Reference in New Issue
Block a user