[rhmessaging-commits] rhmessaging commits: r3132 - mgmt/trunk/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Feb 24 17:42:29 EST 2009


Author: nunofsantos
Date: 2009-02-24 17:42:29 -0500 (Tue, 24 Feb 2009)
New Revision: 3132

Modified:
   mgmt/trunk/mint/Makefile
Log:
install cronjob

Modified: mgmt/trunk/mint/Makefile
===================================================================
--- mgmt/trunk/mint/Makefile	2009-02-24 22:29:46 UTC (rev 3131)
+++ mgmt/trunk/mint/Makefile	2009-02-24 22:42:29 UTC (rev 3132)
@@ -5,6 +5,7 @@
 name := mint
 
 lib := ${PYTHON_LIB_DIR}/${name}
+etc := ${ETC_DIR}/${name}
 doc := ${DOC_DIR}/${name}
 share := ${SHARE_DIR}/${name}
 
@@ -20,6 +21,8 @@
 	install LICENSE COPYING ${doc}
 	install -d ${share}/sql
 	install sql/* ${share}/sql
+	install -d ${etc}
+	install -pm 0644 etc/* ${etc}
 
 schema:
 	$(MAKE) schema -C xml




More information about the rhmessaging-commits mailing list