commit:     9aab757628fe221db6064617c14b5d1d58f7b298
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 13:43:34 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 13:51:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aab7576

dev-php/tcpdf: new revision fixing the location of tcpdf_addfont.php.

The result of an "insinto" followed by a "doexe" is... not as
intended. This new revision changes the "insinto" into a "exeinto" so
that tcpdf_addfont.php is not installed to the root.

Package-Manager: portage-2.3.0

 dev-php/tcpdf/{tcpdf-6.2.13.ebuild => tcpdf-6.2.13-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/tcpdf/tcpdf-6.2.13.ebuild 
b/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
similarity index 96%
rename from dev-php/tcpdf/tcpdf-6.2.13.ebuild
rename to dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
index 1c1012d..018dcea 100644
--- a/dev-php/tcpdf/tcpdf-6.2.13.ebuild
+++ b/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
@@ -25,7 +25,7 @@ src_install() {
        # look for it in its own source tree (not in /etc where we've put it).
        dosym /etc/tcpdf_config.php 
"/usr/share/php/${PN}/config/tcpdf_config.php"
 
-       insinto "/usr/share/php/${PN}/tools"
+       exeinto "/usr/share/php/${PN}/tools"
        doexe tools/tcpdf_addfont.php
 
        insinto "/usr/share/php/${PN}"

Reply via email to