create-profile.sh: copy more stuff from the current profile to the new one
authorAntonio Ospite <ao2@ao2.it>
Mon, 12 Mar 2018 09:59:09 +0000 (10:59 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000 (13:30 +0100)
commitdb8d1eb351c88e4f2303728e4cb49a26ec36ecbf
tree41dd7442e6d880c34f1970f8ff8e05e586c3c3e6
parentbb5a254163ca86ab66bb864b82e5298da6a11285
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.
libexec/create-profile.sh