summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-01-16 18:28:25 -0500
committerMike Gilbert <floppym@gentoo.org>2022-01-16 18:56:03 -0500
commit947350160687391127b48faaca61bd56ac1459d7 (patch)
tree5352776d56647e5ff0b64856f030cd7d710d3b1b /dev-vcs
parentdev-vcs/gitolite: install relative symlinks (diff)
downloadgentoo-947350160687391127b48faaca61bd56ac1459d7.tar.gz
gentoo-947350160687391127b48faaca61bd56ac1459d7.tar.bz2
gentoo-947350160687391127b48faaca61bd56ac1459d7.zip
dev-vcs/gitolite-gentoo: install relative symlinks
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild
index bdac564d2a2c..0f02b78dc441 100644
--- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild
+++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild
@@ -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
@@ -69,7 +69,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