summaryrefslogtreecommitdiff
path: root/community/hotdoc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:42:08 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:42:08 +0100
commite0fbe3cd4343d6bac317269267530f44cdaf7f84 (patch)
tree78e851d7243bdd0ec0d6eddd98c7b0bba07dd49a /community/hotdoc
parentb9e2f89b7824d40f6a52055ac091f80596be4efb (diff)
downloadpackages-e0fbe3cd4343d6bac317269267530f44cdaf7f84.tar.xz
community/hotdoc: fixed CARCH
Diffstat (limited to 'community/hotdoc')
-rw-r--r--community/hotdoc/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
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/
+ ';
+)"