[Rivet-svn] r2984 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Feb 27 14:14:26 GMT 2011


Author: hoeth
Date: Sun Feb 27 14:14:25 2011
New Revision: 2984

Log:
remove egg file during uninstall

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Sun Feb 27 14:14:04 2011	(r2983)
+++ trunk/pyext/Makefile.am	Sun Feb 27 14:14:25 2011	(r2984)
@@ -15,6 +15,7 @@
 	rm -rf $(DESTDIR)$(RIVET_PYTHONPATH)/rivet
 	rm -rf $(DESTDIR)$(RIVET_PYTHONPATH)/lighthisto.py*
 	rm -rf $(DESTDIR)$(RIVET_PYTHONPATH)/spiresbib.py*
+	rm -rf $(DESTDIR)$(RIVET_PYTHONPATH)/Rivet-*.egg-info
 
 clean-local:
 	$(PYTHON) setup.py clean --all


More information about the Rivet-svn mailing list