diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-10 12:20:12 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-10 12:20:31 -0800 |
commit | cf291e2c25264b2a26899b91e0199b986ccc704d (patch) | |
tree | b4db6b5042a093be2fad680b6aebe382574c4685 /dev-vcs | |
parent | dev-python/fleep: fix metadata (diff) | |
download | gentoo-cf291e2c25264b2a26899b91e0199b986ccc704d.tar.gz gentoo-cf291e2c25264b2a26899b91e0199b986ccc704d.tar.bz2 gentoo-cf291e2c25264b2a26899b91e0199b986ccc704d.zip |
dev-vcs/git: QA fix AbsoluteSymlink
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.21.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.21.1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.23.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.23.1-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild index 6e6639362845..1071996e344d 100644 --- a/dev-vcs/git/git-2.21.0.ebuild +++ b/dev-vcs/git/git-2.21.0.ebuild @@ -535,7 +535,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.21.1.ebuild b/dev-vcs/git/git-2.21.1.ebuild index 326cb03d9f16..b5d786db2c26 100644 --- a/dev-vcs/git/git-2.21.1.ebuild +++ b/dev-vcs/git/git-2.21.1.ebuild @@ -535,7 +535,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.23.0-r1.ebuild b/dev-vcs/git/git-2.23.0-r1.ebuild index 0de7012dc24e..46c718db40a1 100644 --- a/dev-vcs/git/git-2.23.0-r1.ebuild +++ b/dev-vcs/git/git-2.23.0-r1.ebuild @@ -545,7 +545,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.23.1-r1.ebuild b/dev-vcs/git/git-2.23.1-r1.ebuild index 7603e0fc91bd..df18b16ea41e 100644 --- a/dev-vcs/git/git-2.23.1-r1.ebuild +++ b/dev-vcs/git/git-2.23.1-r1.ebuild @@ -545,7 +545,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / |