From: Michael Orlitzky Date: Tue, 10 Jan 2017 20:31:54 +0000 (-0500) Subject: dev-php/composer: add a comment about installing the LICENSE file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5fd3b058d5d8f39baebfcf56df2a9d01ce48921e;p=gentoo.git dev-php/composer: add a comment about installing the LICENSE file. Package-Manager: portage-2.3.0 --- diff --git a/dev-php/composer/composer-1.3.1.ebuild b/dev-php/composer/composer-1.3.1.ebuild index c54144500030..f4a72d9a0d68 100644 --- a/dev-php/composer/composer-1.3.1.ebuild +++ b/dev-php/composer/composer-1.3.1.ebuild @@ -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