X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdists%2Fdrupal6_php5.sh;h=7616d3f6658b143d1b9a8d7842f32a54e598280d;hb=11323c0e1cc5e4710689f4a07b7a2fd6e56c9455;hp=1a7c7c579013336099f87b6d238184580388121f;hpb=776ff7a00ca98cd3f668e43e4419c62791b1110f;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/..