From 04e344a2740abcb21273265bafc67df427407bae Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Feb 2018 15:26:40 +0100 Subject: community/pythin-iwlib: fixed PYTHONPATH for testing --- community/python-iwlib/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/python-iwlib/PKGBUILD diff --git a/community/python-iwlib/PKGBUILD b/community/python-iwlib/PKGBUILD new file mode 100644 index 00000000..33e85693 --- /dev/null +++ b/community/python-iwlib/PKGBUILD @@ -0,0 +1,8 @@ +# pathes to find built python module contains architecture + +eval "$( + declare -f check | \ + sed ' + /export PYTHONPATH=/s/x86_64/i686/ + ' +)" -- cgit v1.2.3