diff options
author | 2019-11-04 09:32:28 +0100 | |
---|---|---|
committer | 2019-11-04 09:35:31 +0100 | |
commit | 2295a7064433a8533aa98ddc79d7e1bd22a87115 (patch) | |
tree | 810c91bf1d0b1ff241572b94c8b6d0cc722ec5b1 /dev-vcs/git/git-9999.ebuild | |
parent | sci-geosciences/gpxsee: [QA] Fix BadInsIntoDir (diff) | |
download | gentoo-2295a7064433a8533aa98ddc79d7e1bd22a87115.tar.gz gentoo-2295a7064433a8533aa98ddc79d7e1bd22a87115.tar.bz2 gentoo-2295a7064433a8533aa98ddc79d7e1bd22a87115.zip |
dev-vcs/git: [QA] Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 314b0f442847..9e71c152786e 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -550,7 +550,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 / |