X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdists%2Fjoomla_php5.sh;h=cfab0232876c27a2de0f21a4a9e7dd2d40e22e67;hb=570efea9f5b0b6ce4f2ba07ce29674b76541bf84;hp=1b02b453e1c2ff7968be4094df5a35a311e12209;hpb=62d684a73cf9d8f969f271079c4edf8751f2afa0;p=civicrm-core.git diff --git a/distmaker/dists/joomla_php5.sh b/distmaker/dists/joomla_php5.sh index 1b02b453e1..cfab023287 100755 --- a/distmaker/dists/joomla_php5.sh +++ b/distmaker/dists/joomla_php5.sh @@ -22,6 +22,7 @@ dm_install_core "$SRC" "$TRG" dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" +dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" ## WTF: It's so good we'll install it twice! @@ -36,7 +37,7 @@ cp "$SRC/joomla/admin/admin.civicrm.php" "$DM_TMPDIR/com_civicrm/admin/civicrm.p cd $DM_TMPDIR; # generate alt version of package -cp -r -p civicrm com_civicrm/admin/civicrm +cp -R -p civicrm com_civicrm/admin/civicrm ${DM_PHP:-php} $DM_SOURCEDIR/distmaker/utils/joomlaxml.php $DM_SOURCEDIR com_civicrm $DM_VERSION alt ${DM_ZIP:-zip} -q -r -9 $DM_TARGETDIR/civicrm-$DM_VERSION-joomla-alt.zip com_civicrm rm -rf com_civicrm/admin/civicrm