summaryrefslogtreecommitdiff
path: root/dev-php/phpdepend
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-02-20 14:08:03 -0500
committerBrian Evans <grknight@gentoo.org>2018-02-20 14:29:21 -0500
commit4de84f4e824efba9fdc2c4e11ce6b03f215bb56e (patch)
tree874dda37a3f9ad5721a8c7666314675f5ced8e56 /dev-php/phpdepend
parentf12f46ecaa4b5d1bf823a6639391d65e0f06abaf (diff)
downloadgentoo-4de84f4e824efba9fdc2c4e11ce6b03f215bb56e.tar.gz
gentoo-4de84f4e824efba9fdc2c4e11ce6b03f215bb56e.tar.xz
dev-php/phpdepend: Revbump to fix absolute symlink
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php/phpdepend')
-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 c1b232bc97c..1ea5cc4ab92 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}"
}