dev-php/composer: add a comment about installing the LICENSE file.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 10 Jan 2017 20:31:54 +0000 (15:31 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 10 Jan 2017 20:32:08 +0000 (15:32 -0500)
Package-Manager: portage-2.3.0

dev-php/composer/composer-1.3.1.ebuild

index c5414450003074c2dce7c0c1c4c8b715d70d79c8..f4a72d9a0d680b347a8952cbd9c154e86ca251f2 100644 (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