[Rivet-svn] r2144 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Dec 7 18:34:05 GMT 2009


Author: buckley
Date: Mon Dec  7 18:34:05 2009
New Revision: 2144

Log:
Removing site-packages/*rivet* (rather than just site-packages/rivet* files) as per ticket #371. Hendrik, please test ;)

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Mon Dec  7 17:24:36 2009	(r2143)
+++ trunk/pyext/Makefile.am	Mon Dec  7 18:34:05 2009	(r2144)
@@ -15,7 +15,7 @@
 	$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
 
 uninstall-local:
-	rm -rf $(DESTDIR)$(libdir)/python*/site-packages/rivet*
+	rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*rivet*
 
 clean-local:
 	$(PYTHON) setup.py clean --all


More information about the Rivet-svn mailing list