dev-php/phpdepend: Revbump to fix absolute symlink

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Brian Evans
2018-02-20 14:08:03 -05:00
parent f12f46ecaa
commit 4de84f4e82

View File

@@ -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}"
}