composer, distmaker - Generate and include the vendor/ folder
[civicrm-core.git] / distmaker / dists / joomla_php5.sh
index 6519cbe3074cdcfebbb5bb974d49177e03c51e05..08ab281fdc9cf2b038340c762cb2cdd554e694a8 100755 (executable)
@@ -20,6 +20,7 @@ cp $SRC/civicrm.config.php $TRG
 dm_generate_version "$TRG/civicrm-version.php" Joomla
 dm_install_core "$SRC" "$TRG"
 dm_install_packages "$SRC/packages" "$TRG/packages"
+dm_install_vendor "$SRC/vendor" "$TRG/vendor"
 
 ## WTF: It's so good we'll install it twice!
 ## (The first is probably extraneous, but there could be bugs dependent on it.)