diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-20 14:08:03 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-20 14:29:21 -0500 |
commit | 4de84f4e824efba9fdc2c4e11ce6b03f215bb56e (patch) | |
tree | 874dda37a3f9ad5721a8c7666314675f5ced8e56 /dev-php | |
parent | dev-php/phpcov: Drop old (diff) | |
download | gentoo-4de84f4e824efba9fdc2c4e11ce6b03f215bb56e.tar.gz gentoo-4de84f4e824efba9fdc2c4e11ce6b03f215bb56e.tar.bz2 gentoo-4de84f4e824efba9fdc2c4e11ce6b03f215bb56e.zip |
dev-php/phpdepend: Revbump to fix absolute symlink
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpdepend/phpdepend-2.5.0-r1.ebuild (renamed from dev-php/phpdepend/phpdepend-2.5.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdepend/phpdepend-2.5.0.ebuild b/dev-php/phpdepend/phpdepend-2.5.0-r1.ebuild index c1b232bc97c8..1ea5cc4ab920 100644 --- a/dev-php/phpdepend/phpdepend-2.5.0.ebuild +++ b/dev-php/phpdepend/phpdepend-2.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,5 +42,5 @@ src_install() { # actually run needs to be symlinked into the source tree. exeinto "/usr/share/${PN}/src/bin" doexe "src/bin/${MY_PN}" - dosym "/usr/share/${PN}/src/bin/${MY_PN}" "/usr/bin/${MY_PN}" + dosym "../share/${PN}/src/bin/${MY_PN}" "/usr/bin/${MY_PN}" } |