Skip to content

Commit

Permalink
app-doc/devmanual: [QA] Use relative symlink target(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 22, 2017
1 parent 9e9c904 commit ffcea8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app-doc/devmanual/devmanual-0_pre20141116.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -39,8 +39,8 @@ src_compile() {

src_install() {
dohtml -r *
einfo "Creating symlink from ${P} to ${PN} for preserving bookmarks"
dosym /usr/share/doc/${P} /usr/share/doc/${PN}
einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks"
dosym ${PF} /usr/share/doc/${PN}
readme.gentoo_create_doc
}

Expand Down
6 changes: 3 additions & 3 deletions app-doc/devmanual/devmanual-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -33,8 +33,8 @@ src_compile() {

src_install() {
dohtml -r *
einfo "Creating symlink from ${P} to ${PN} for preserving bookmarks"
dosym /usr/share/doc/${P} /usr/share/doc/${PN}
einfo "Creating symlink from ${PF} to ${PN} for preserving bookmarks"
dosym ${PF} /usr/share/doc/${PN}
readme.gentoo_create_doc
}

Expand Down

0 comments on commit ffcea8d

Please sign in to comment.