Merge pull request #15322 from alifrumin/removePrintIcon
[civicrm-core.git] / distmaker / dists / joomla_php5.sh
index 31fcb70f91e111b42b401d9043aed0168eb03ed6..65b342cefa03b5bded0b476c6b8115f8b452f80e 100755 (executable)
@@ -22,7 +22,6 @@ 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!
@@ -37,7 +36,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