Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nip2/
Date: Mon, 17 Apr 2017 10:01:54
Message-Id: 1492423299.182444c044c9e964505d9f8449bd90d5cb60d919.ulm@gentoo
1 commit: 182444c044c9e964505d9f8449bd90d5cb60d919
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:59:03 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 10:01:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182444c0
7
8 media-gfx/nip2: [QA] Use complete path as second argument of dosym.
9
10 Also make a relative symlink rather than absolute.
11
12 Bug: 379899
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 media-gfx/nip2/nip2-7.38.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/nip2/nip2-7.38.1.ebuild b/media-gfx/nip2/nip2-7.38.1.ebuild
19 index 9c07ea98c21..1fbed7e2f58 100644
20 --- a/media-gfx/nip2/nip2-7.38.1.ebuild
21 +++ b/media-gfx/nip2/nip2-7.38.1.ebuild
22 @@ -57,7 +57,7 @@ src_install() {
23
24 mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF} || die
25 rmdir "${D}"/usr/share/doc/${PN}/ || die
26 - dosym /usr/share/doc/${PF}/html /usr/share/doc/${PN}/
27 + dosym ../${PF}/html /usr/share/doc/${PN}/html
28 }
29
30 pkg_preinst() {