diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 12:39:47 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 12:39:47 (GMT) |
commit | 964f98b8bbfe3e053065ccc19cb0dba511e68607 (patch) | |
tree | 2ffc5eeeef337db1e94f54971f6a4d2dc766edaf /abs | |
parent | a37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94 (diff) | |
download | linhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.zip linhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.tar.gz linhes_pkgbuild-964f98b8bbfe3e053065ccc19cb0dba511e68607.tar.bz2 |
python-netifaces: chmod -x on info files
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/python-netifaces/PKGBUILD | 3 |
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 } |