From e0fbe3cd4343d6bac317269267530f44cdaf7f84 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Dec 2021 18:42:08 +0100 Subject: community/hotdoc: fixed CARCH --- community/hotdoc/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/hotdoc/PKGBUILD (limited to 'community') diff --git a/community/hotdoc/PKGBUILD b/community/hotdoc/PKGBUILD new file mode 100644 index 00000000..ab1235a9 --- /dev/null +++ b/community/hotdoc/PKGBUILD @@ -0,0 +1,7 @@ +# patch CARCH +eval "$( + declare -f check | \ + sed ' + s/\$CARCH/i686/ + '; +)" -- cgit v1.2.3-54-g00ecf