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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sun Nov 16 22:28:49 EST 2008


Author: justi9
Date: 2008-11-16 22:28:49 -0500 (Sun, 16 Nov 2008)
New Revision: 2816

Modified:
   mgmt/trunk/cumin/Makefile
Log:
Use -f when creating the links, so that a re-install works

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




More information about the rhmessaging-commits mailing list