summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-08-10 14:58:41 -0400
committerBrian Evans <grknight@gentoo.org>2017-08-10 15:01:15 -0400
commiteaa00354fc11db4425dbea8a7e06782af69c49ae (patch)
treec9e17fa9a35adbd1ca71c95c1788d442bb84d373 /dev-php/phpunit/phpunit-5.7.15-r1.ebuild
parentdev-php/phpunit: Keyword remaining arches for Bug 613766 (diff)
downloadgentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.tar.gz
gentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.tar.bz2
gentoo-eaa00354fc11db4425dbea8a7e06782af69c49ae.zip
dev-php/phpunit: Change absolute symlinks into relative ones
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php/phpunit/phpunit-5.7.15-r1.ebuild')
-rw-r--r--dev-php/phpunit/phpunit-5.7.15-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild b/dev-php/phpunit/phpunit-5.7.15-r1.ebuild
index d33644478dd1..3c37874521a1 100644
--- a/dev-php/phpunit/phpunit-5.7.15-r1.ebuild
+++ b/dev-php/phpunit/phpunit-5.7.15-r1.ebuild
@@ -46,7 +46,7 @@ src_install() {
doins "${FILESDIR}/autoload.php"
exeinto /usr/share/php/PHPUnit
doexe phpunit
- dosym /usr/share/php/PHPUnit/phpunit /usr/bin/phpunit
+ dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit
}
pkg_postinst() {