From 964f98b8bbfe3e053065ccc19cb0dba511e68607 Mon Sep 17 00:00:00 2001
From: Greg Frost <gregfrost1@bigpond.com>
Date: Sun, 30 Aug 2009 21:39:47 +0900
Subject: python-netifaces: chmod -x on info files

---
 abs/core-testing/python-netifaces/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
 }
-- 
cgit v0.12