[rhmessaging-commits] rhmessaging commits: r1584 - mgmt.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Jan 18 18:18:37 EST 2008


Author: nunofsantos
Date: 2008-01-18 18:18:37 -0500 (Fri, 18 Jan 2008)
New Revision: 1584

Modified:
   mgmt/cumin.spec
Log:
fixed symlink to /etc

Modified: mgmt/cumin.spec
===================================================================
--- mgmt/cumin.spec	2008-01-18 23:15:14 UTC (rev 1583)
+++ mgmt/cumin.spec	2008-01-18 23:18:37 UTC (rev 1584)
@@ -53,7 +53,7 @@
 
 install -d ${RPM_BUILD_ROOT}%{_sysconfdir}
 install -pm 0644 etc/* $RPM_BUILD_ROOT%{_sysconfdir}
-ln -s $RPM_BUILD_ROOT%{_sysconfdir} ${RPM_BUILD_ROOT}${CUMIN_HOME}/etc
+ln -s %{_sysconfdir} ${RPM_BUILD_ROOT}${CUMIN_HOME}/etc
 
 install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}/lib/python
 cd lib/python




More information about the rhmessaging-commits mailing list