From 5f39fa1f4ed07f1c37f5dc5f4f497582dcc11635 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 6 Nov 2021 15:51:10 +0100 Subject: extra/pyalpm: patching CARCH to i686 in tests --- extra/pyalpm/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extra/pyalpm/PKGBUILD (limited to 'extra/pyalpm') diff --git a/extra/pyalpm/PKGBUILD b/extra/pyalpm/PKGBUILD new file mode 100644 index 00000000..5cdef3a7 --- /dev/null +++ b/extra/pyalpm/PKGBUILD @@ -0,0 +1,7 @@ +# patch CARCH to i686 in tests (for them to work) +eval "$( + declare -f check | \ + sed ' + s/$CARCH/i686/g + ' +)" -- cgit v1.2.3-54-g00ecf