diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pyalpm/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
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 + ' +)" |