X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdists%2Fdrupal6_php5.sh;h=7616d3f6658b143d1b9a8d7842f32a54e598280d;hb=00a67b3d97b376fc12d31fd2d4bb404427444bda;hp=1a7c7c579013336099f87b6d238184580388121f;hpb=ace706265dd7034522732b4e65825f5cb8a76360;p=civicrm-core.git diff --git a/distmaker/dists/drupal6_php5.sh b/distmaker/dists/drupal6_php5.sh index 1a7c7c5790..7616d3f665 100755 --- a/distmaker/dists/drupal6_php5.sh +++ b/distmaker/dists/drupal6_php5.sh @@ -23,6 +23,8 @@ 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_drupal "$SRC/drupal" "$TRG/drupal" +dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" +dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # gen tarball cd $TRG/..