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 <to_path>
-function dm_install_drupal_info() {
- local to="$1"
# set full version in .info files
local MODULE_DIRS=`find "$to" -type f -name "*.info"`
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/..