commit: 182444c044c9e964505d9f8449bd90d5cb60d919
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:59:03 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 10:01:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182444c0
media-gfx/nip2: [QA] Use complete path as second argument of dosym.
Also make a relative symlink rather than absolute.
Bug: 379899
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-gfx/nip2/nip2-7.38.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/nip2/nip2-7.38.1.ebuild
b/media-gfx/nip2/nip2-7.38.1.ebuild
index 9c07ea98c21..1fbed7e2f58 100644
--- a/media-gfx/nip2/nip2-7.38.1.ebuild
+++ b/media-gfx/nip2/nip2-7.38.1.ebuild
@@ -57,7 +57,7 @@ src_install() {
mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF} || die
rmdir "${D}"/usr/share/doc/${PN}/ || die
- dosym /usr/share/doc/${PF}/html /usr/share/doc/${PN}/
+ dosym ../${PF}/html /usr/share/doc/${PN}/html
}
pkg_preinst() {