Skip to content
Snippets Groups Projects
Commit 678fc418 authored by totten's avatar totten
Browse files

distmaker - WordPress - Read civicrm.config.php from WordPress repo

parent e9afc91e
No related branches found
No related tags found
No related merge requests found
......@@ -71,12 +71,13 @@ set -e
for F in $SRC/WordPress/*; do
cp $F $TRG/civicrm
done
rm -f $TRG/civicrm/civicrm.config.php.wordpress
# copy docs
cp $SRC/agpl-3.0.txt $TRG/civicrm/civicrm
cp $SRC/gpl.txt $TRG/civicrm/civicrm
cp $SRC/README.txt $TRG/civicrm/civicrm
cp $SRC/civicrm.config.php $TRG/civicrm/civicrm
cp $SRC/WordPress/civicrm.config.php.wordpress $TRG/civicrm/civicrm/civicrm.config.php
# final touch
echo "<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment