diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-01 02:44:35 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-01 02:44:35 (GMT) |
commit | 3e58a7dccc57b74574e11647c63fe7e9f4da8278 (patch) | |
tree | 1068d799840b018c4fb88c70372e57a6623cf7d5 /abs/core-testing/python-netifaces/PKGBUILD | |
parent | e701828d0ad4e5b2476f6e88163f17eb182fcf96 (diff) | |
parent | 9aaaefcda2a88107de1c305f0b93efb1e07049d6 (diff) | |
download | linhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.zip linhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.tar.gz linhes_pkgbuild-3e58a7dccc57b74574e11647c63fe7e9f4da8278.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/python-netifaces/PKGBUILD')
-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 } |