From: CiviCRM Date: Fri, 30 May 2014 15:19:40 +0000 (+0530) Subject: Distmaker fixes for 4.5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff310a6b955fda9472f3da6167320e39cc15c2d3;p=civicrm-core.git Distmaker fixes for 4.5 --- diff --git a/distmaker/dists/drupal6_php5.sh b/distmaker/dists/drupal6_php5.sh index ca8c0a21ba..5b7436d9a1 100755 --- a/distmaker/dists/drupal6_php5.sh +++ b/distmaker/dists/drupal6_php5.sh @@ -32,7 +32,7 @@ if [ -d $TRG ] ; then fi # copy all the stuff -for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings; do +for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings Civi; do echo $CODE [ -d $SRC/$CODE ] && $RSYNCCOMMAND $SRC/$CODE $TRG done @@ -50,7 +50,7 @@ if [ ! -d $TRG/sql ] ; then mkdir $TRG/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/sql done diff --git a/distmaker/dists/drupal_php5.sh b/distmaker/dists/drupal_php5.sh index 1881d44606..24961a3ad7 100755 --- a/distmaker/dists/drupal_php5.sh +++ b/distmaker/dists/drupal_php5.sh @@ -31,7 +31,7 @@ if [ -d $TRG ] ; then fi # copy all the stuff -for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings; do +for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings Civi; do echo $CODE [ -d $SRC/$CODE ] && $RSYNCCOMMAND $SRC/$CODE $TRG done @@ -49,7 +49,7 @@ if [ ! -d $TRG/sql ] ; then mkdir $TRG/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/sql done diff --git a/distmaker/dists/drupal_sk_php5.sh b/distmaker/dists/drupal_sk_php5.sh index f6da93bd4c..6adaa0885c 100755 --- a/distmaker/dists/drupal_sk_php5.sh +++ b/distmaker/dists/drupal_sk_php5.sh @@ -31,7 +31,7 @@ if [ -d $TRG ] ; then fi # copy all the stuff -for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings; do +for CODE in css i js packages PEAR templates bin CRM api drupal extern Reports install settings Civi; do echo $CODE [ -d $SRC/$CODE ] && $RSYNCCOMMAND $SRC/$CODE $TRG done @@ -58,7 +58,7 @@ if [ ! -d $TRG/sql ] ; then mkdir $TRG/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/sql done diff --git a/distmaker/dists/joomla_php5.sh b/distmaker/dists/joomla_php5.sh index 1387c7dd56..e3522091a2 100755 --- a/distmaker/dists/joomla_php5.sh +++ b/distmaker/dists/joomla_php5.sh @@ -31,7 +31,7 @@ if [ -d $TRG ] ; then fi # copy all the rest of the stuff -for CODE in css i install js packages PEAR templates bin joomla CRM api extern Reports settings; do +for CODE in css i install js packages PEAR templates bin joomla CRM api extern Reports settings Civi; do echo $CODE [ -d $SRC/$CODE ] && $RSYNCCOMMAND $SRC/$CODE $TRG done @@ -47,7 +47,7 @@ fi if [ ! -d $TRG/sql ] ; then mkdir $TRG/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/sql done diff --git a/distmaker/dists/l10n.sh b/distmaker/dists/l10n.sh index df19397a92..63c6ce6784 100644 --- a/distmaker/dists/l10n.sh +++ b/distmaker/dists/l10n.sh @@ -37,7 +37,7 @@ if [ ! -d $TRG/sql ] ; then mkdir $TRG/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/sql done diff --git a/distmaker/dists/wordpress_php5.sh b/distmaker/dists/wordpress_php5.sh index 32c6c05f9d..9607f94592 100644 --- a/distmaker/dists/wordpress_php5.sh +++ b/distmaker/dists/wordpress_php5.sh @@ -43,7 +43,7 @@ if [ ! -d $TRG/civicrm/civicrm ] ; then fi # copy all the stuff -for CODE in css i js packages PEAR templates bin CRM api extern Reports install settings; do +for CODE in css i js packages PEAR templates bin CRM api extern Reports install settings Civi; do echo $CODE [ -d $SRC/$CODE ] && $RSYNCCOMMAND $SRC/$CODE $TRG/civicrm/civicrm done @@ -60,7 +60,7 @@ if [ ! -d $TRG/civicrm/civicrm/sql ] ; then mkdir $TRG/civicrm/civicrm/sql fi -for F in $SRC/sql/civicrm*.mysql $SRC/sql/counties.US.sql.gz $SRC/sql/case_sample*.mysql; do +for F in $SRC/sql/civicrm*.mysql $SRC/sql/case_sample*.mysql; do cp $F $TRG/civicrm/civicrm/sql done