CRM-11658 - distmaker - Allow running Joomla scripts for multiple users on the same...
authorTim Otten <totten@civicrm.org>
Wed, 6 Mar 2013 22:06:13 +0000 (17:06 -0500)
committerTim Otten <totten@civicrm.org>
Wed, 6 Mar 2013 22:13:00 +0000 (17:13 -0500)
distmaker/utils/joomlaxml.php

index e258d10746d9107b7e56aea2376ecb370fd6eb6d..150d37272f531a84a86c02809a4fdd0a37952216 100644 (file)
@@ -56,7 +56,7 @@ function generateJoomlaConfig($version) {
 
   $smarty = new Smarty();
   $smarty->template_dir = $sourceCheckoutDir . '/xml/templates';
-  $smarty->compile_dir = '/tmp/templates_c';
+  $smarty->compile_dir = '/tmp/templates_c_u' . posix_geteuid();
   createDir($smarty->compile_dir);
 
   $smarty->assign('CiviCRMVersion', $version);