summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-04-10 23:53:50 +1000
committerDanny Rawlins <monster.romster@gmail.com>2011-04-10 23:53:50 +1000
commit94b8391f92a843cfcfcea91e9fa2e3a30224389b (patch)
tree88f3da58e16c908c2edd13af06602a5444be9a15 /boost
parentdb618a07fc826b9b9764754656127a9d6d28e5e3 (diff)
downloadcontrib-94b8391f92a843cfcfcea91e9fa2e3a30224389b.tar.gz
contrib-94b8391f92a843cfcfcea91e9fa2e3a30224389b.tar.xz
boost: remove egg-info file
Diffstat (limited to 'boost')
-rw-r--r--boost/.footprint1
-rw-r--r--boost/Pkgfile1
2 files changed, 1 insertions, 1 deletions
diff --git a/boost/.footprint b/boost/.footprint
index d151f9b29..fed51f4c9 100644
--- a/boost/.footprint
+++ b/boost/.footprint
@@ -8446,7 +8446,6 @@ lrwxrwxrwx root/root usr/lib/libboost_wserialization.so -> libboost_wserializati
-rwxr-xr-x root/root usr/lib/libboost_wserialization.so.1.46.1
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
--rw-r--r-- root/root usr/lib/python2.7/site-packages/Pyste-0.9.10-py2.7.egg-info
drwxr-xr-x root/root usr/lib/python2.7/site-packages/Pyste/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pyste/ClassExporter.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/Pyste/ClassExporter.pyc
diff --git a/boost/Pkgfile b/boost/Pkgfile
index 5b4dad345..33835ba3e 100644
--- a/boost/Pkgfile
+++ b/boost/Pkgfile
@@ -51,4 +51,5 @@ build() {
cd libs/python/pyste/install
python setup.py install --root=$PKG
mv $PKG/usr/bin/pyste.py $PKG/usr/bin/pyste
+ find $PKG -name '*.egg-info' | xargs rm -rf
}

Generated by cgit