summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-15 15:26:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-15 15:26:40 +0100
commit04e344a2740abcb21273265bafc67df427407bae (patch)
tree62f020110bed1f35075d3d596393ee2abdf98e39
parent8b25e0e29db3acb7c29e13dc0e921fd69b5da395 (diff)
downloadpackages-04e344a2740abcb21273265bafc67df427407bae.tar.xz
community/pythin-iwlib: fixed PYTHONPATH for testing
-rw-r--r--community/python-iwlib/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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/
+ '
+)"