diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-03 18:42:08 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-03 18:42:08 +0100 |
commit | e0fbe3cd4343d6bac317269267530f44cdaf7f84 (patch) | |
tree | 78e851d7243bdd0ec0d6eddd98c7b0bba07dd49a /community/hotdoc | |
parent | b9e2f89b7824d40f6a52055ac091f80596be4efb (diff) | |
download | packages-e0fbe3cd4343d6bac317269267530f44cdaf7f84.tar.xz |
community/hotdoc: fixed CARCH
Diffstat (limited to 'community/hotdoc')
-rw-r--r-- | community/hotdoc/PKGBUILD | 7 |
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/ + '; +)" |