[rhmessaging-commits] rhmessaging commits: r2815 - mgmt/trunk/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sun Nov 16 11:24:13 EST 2008


Author: justi9
Date: 2008-11-16 11:24:12 -0500 (Sun, 16 Nov 2008)
New Revision: 2815

Modified:
   mgmt/trunk/cumin/Makefile
Log:
Use relative paths to avoid path trouble in rpms

Modified: mgmt/trunk/cumin/Makefile
===================================================================
--- mgmt/trunk/cumin/Makefile	2008-11-16 16:13:29 UTC (rev 2814)
+++ mgmt/trunk/cumin/Makefile	2008-11-16 16:24:12 UTC (rev 2815)
@@ -21,7 +21,8 @@
 	install -pm 0644 LICENSE COPYING ${doc}
 	install -d ${share}/resources
 	install -pm 0644 resources/* ${share}/resources
-	ln -s ${SHARE_DIR}/wooly/resources ${share}/resources-wooly
+	ln -s ../wooly/resources ${share}/resources-wooly
+	ln -s ../mint/sql ${share}/sql
 	install -d ${etc}
 	install -pm 0644 etc/* ${etc}
 	install -d ${log}




More information about the rhmessaging-commits mailing list