mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
app-doc/devmanual: [QA] Use relative symlink target(s)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user