summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-30 12:39:47 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-30 12:39:47 (GMT)
commit964f98b8bbfe3e053065ccc19cb0dba511e68607 (patch)
tree2ffc5eeeef337db1e94f54971f6a4d2dc766edaf /abs/core-testing
parenta37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94 (diff)
downloadlinhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.zip
linhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.tar.gz
linhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.tar.bz2
python-netifaces: chmod -x on info files
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/python-netifaces/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/python-netifaces/PKGBUILD b/abs/core-testing/python-netifaces/PKGBUILD
index d7fa623..13a424e 100644
--- a/abs/core-testing/python-netifaces/PKGBUILD
+++ b/abs/core-testing/python-netifaces/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-netifaces
__pkgname="netifaces"
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python modules for network interfaces"
arch=(i686 x86_64)
license=('LGPL' 'MPL')
@@ -12,5 +12,6 @@ url="http://alastairs-place.net/netifaces/"
build() {
cd "${srcdir}/${__pkgname}-${pkgver}"
+ chmod -x -R netifaces.egg-info
yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr
}