projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c42974
)
dev-php/composer: add a comment about installing the LICENSE file.
author
Michael Orlitzky
<mjo@gentoo.org>
Tue, 10 Jan 2017 20:31:54 +0000
(15:31 -0500)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/dev-php/composer/composer-1.3.1.ebuild
b/dev-php/composer/composer-1.3.1.ebuild
index c5414450003074c2dce7c0c1c4c8b715d70d79c8..f4a72d9a0d680b347a8952cbd9c154e86ca251f2 100644
(file)
--- 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