From 81692851960c7ff627ebb22a85e2572a279d6fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 6 Sep 2021 17:56:07 +0700 Subject: [PATCH] chroot-git: fix bugreport cpu --- srcpkgs/chroot-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index f9ab40f5ac..cda37b356a 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,7 +1,7 @@ # Template file for 'chroot-git' pkgname=chroot-git version=2.33.0 -revision=1 +revision=2 bootstrap=yes wrksrc="git-${version}" makedepends="zlib-devel" @@ -37,6 +37,8 @@ do_configure() { NO_TCLTK = Yes DEFAULT_TEST_TARGET = prove GIT_PROVE_OPTS = $makejobs + # firstword (uname -m) + HOST_CPU = ${XBPS_TARGET_MACHINE%-musl} EOF if [ "$XBPS_TARGET_LIBC" = musl ]; then