[Rivet-svn] r1826 - trunk/data/refdata

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Sep 22 21:37:04 BST 2009


Author: fsiegert
Date: Tue Sep 22 21:37:04 2009
New Revision: 1826

Log:
Make JADE_OPAL analysis find its reference data again, by installing
appropriate links in share/Rivet.

Modified:
   trunk/data/refdata/Makefile.am

Modified: trunk/data/refdata/Makefile.am
==============================================================================
--- trunk/data/refdata/Makefile.am	Mon Sep 21 17:52:26 2009	(r1825)
+++ trunk/data/refdata/Makefile.am	Tue Sep 22 21:37:04 2009	(r1826)
@@ -72,3 +72,8 @@
   SFM_1984_S1178091.aida         \
   PDG_HADRON_MULTIPLICITIES.aida \
   PDG_HADRON_MULTIPLICITIES_RATIOS.aida
+
+install-data-hook:
+	cd $(DESTDIR)$(pkgdatadir); \
+        for i in 35GEV 44GEV 91GEV 133GEV 161GEV 172GEV 183GEV 189GEV; do if ! test -f JADE_OPAL_2000_S4300807_$$i.aida; then $(LN_S) JADE_OPAL_2000_S4300807.aida JADE_OPAL_2000_S4300807_$$i.aida; fi; done; \
+        cd -;


More information about the Rivet-svn mailing list