summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/composer')
-rw-r--r--dev-php/composer/composer-1.3.1.ebuild3
1 files changed, 3 insertions, 0 deletions
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