Skip to content

Commit

Permalink
dev-php/phpdepend: Revbump to fix absolute symlink
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Brian Evans committed Feb 20, 2018
1 parent f12f46e commit 4de84f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}"
}

0 comments on commit 4de84f4

Please sign in to comment.