index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-iwlib/PKGBUILD | 8 |
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/ + ' +)" |