diff options
| author | Brian Evans <grknight@gentoo.org> | 2019-12-20 13:31:39 -0500 |
|---|---|---|
| committer | Brian Evans <grknight@gentoo.org> | 2019-12-20 13:34:24 -0500 |
| commit | ddee26f8e7be0adeeaf44fa587809c31b5417c9a (patch) | |
| tree | ab71b709e56f05dbcafe3b68ad25d8b07affaad1 | |
| parent | 8f19b3023736a2c4f6a2443cdf39f39360e59d9f (diff) | |
| download | gentoo-ddee26f8e7be0adeeaf44fa587809c31b5417c9a.tar.gz gentoo-ddee26f8e7be0adeeaf44fa587809c31b5417c9a.tar.bz2 gentoo-ddee26f8e7be0adeeaf44fa587809c31b5417c9a.zip | |
dev-php/phpunit: Include missing xsd which is used at runtime
Signed-off-by: Brian Evans <grknight@gentoo.org>
| -rw-r--r-- | dev-php/phpunit/phpunit-8.5.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-php/phpunit/phpunit-8.5.0.ebuild b/dev-php/phpunit/phpunit-8.5.0.ebuild index f8ecf1e6241f..b15fb5689e7c 100644 --- a/dev-php/phpunit/phpunit-8.5.0.ebuild +++ b/dev-php/phpunit/phpunit-8.5.0.ebuild @@ -59,6 +59,8 @@ src_install() { exeinto /usr/share/php/PHPUnit doexe phpunit dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit + insinto /usr/share/php + doins phpunit.xsd } pkg_postinst() { |
