From e957aa5f7d829b8df1c4af1b6484005e4183025e Mon Sep 17 00:00:00 2001 From: "totten@civicrm.org" Date: Sat, 21 Jun 2014 06:53:42 -0700 Subject: [PATCH] distmaker - Fix the *.info filter and apply it to all Drupal builds --- distmaker/dists/common.sh | 6 ------ distmaker/dists/drupal_php5.sh | 1 - 2 files changed, 7 deletions(-) diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index 8451f65a16..cbd3502484 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -100,12 +100,6 @@ function dm_install_drupal() { local repo="$1" local to="$2" dm_install_dir "$repo" "$to" -} - -## TODO: Merge this into dm_install_drupal; use on all Drupal releases -## usage: dm_install_drupal_info -function dm_install_drupal_info() { - local to="$1" # set full version in .info files local MODULE_DIRS=`find "$to" -type f -name "*.info"` diff --git a/distmaker/dists/drupal_php5.sh b/distmaker/dists/drupal_php5.sh index 581eae3206..b8b5e9ec8a 100755 --- a/distmaker/dists/drupal_php5.sh +++ b/distmaker/dists/drupal_php5.sh @@ -21,7 +21,6 @@ dm_generate_version "$TRG/civicrm-version.php" Drupal dm_install_core "$SRC" "$TRG" dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_drupal "$SRC/drupal" "$TRG/drupal" -dm_install_drupal_info "$DM_SOURCEDIR/drupal" # gen tarball cd $TRG/.. -- 2.25.1