Skip to content

Commit

Permalink
dev-vcs/gitolite: install relative symlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Jan 16, 2022
1 parent 6c2a072 commit b40db5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -71,7 +71,7 @@ src_install() {

dodir /usr/bin
for bin in gitolite{,-shell}; do
dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
dosym ../libexec/${PN}/${bin} /usr/bin/${bin}
done

if use tools; then
Expand Down

0 comments on commit b40db5f

Please sign in to comment.