Skip to content

Commit

Permalink
dev-vcs/git: [QA] Fix AbsoluteSymlink
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 4, 2019
1 parent 56909fc commit 2295a70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-vcs/git/git-2.24.0_rc2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 2295a70

Please sign in to comment.