From: Antonio Ospite Date: Mon, 12 Mar 2018 09:59:09 +0000 (+0100) Subject: create-profile.sh: copy more stuff from the current profile to the new one X-Git-Tag: v0.1.2~12 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/db8d1eb351c88e4f2303728e4cb49a26ec36ecbf?hp=db8d1eb351c88e4f2303728e4cb49a26ec36ecbf create-profile.sh: copy more stuff from the current profile to the new one The "drupal generate:profile" command only provides a stub implementation for the .install and .profile files which are only fine when writing a new installation profile from scratch. When creating a profile form an installed one, it is appropriate to preserve as much as possible of the original profile, so copy code and data from the currently installed profile to the newly created one, adjusting them to the new profile name. ---