summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/gpgme/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD
index 331b0334..55afc708 100644
--- a/core/gpgme/PKGBUILD
+++ b/core/gpgme/PKGBUILD
@@ -48,3 +48,11 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# touches for pyc cache in build are 64-bittish
+eval "$(
+ declare -f build | \
+ sed '
+ s/lib.linux-x86_64/lib.linux-i686/g
+ '
+)"