dev-php/composer: add a comment about installing the LICENSE file.

Package-Manager: portage-2.3.0
This commit is contained in:
Michael Orlitzky
2017-01-10 15:31:54 -05:00
parent 0c429740fb
commit 5fd3b058d5

View File

@@ -34,6 +34,9 @@ PATCHES=(
src_install() {
insinto "/usr/share/php/Composer/Composer"
# Composer expects the LICENSE file to be there, and the
# easiest thing to do is to give it what it wants.
doins -r src/Composer/. res LICENSE "${FILESDIR}"/autoload.php
dobin bin/composer
dodoc README.md