summaryrefslogtreecommitdiff
path: root/media-gfx
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-04-17 11:59:03 +0200
committerUlrich Müller <ulm@gentoo.org>2017-04-17 12:01:39 +0200
commit182444c044c9e964505d9f8449bd90d5cb60d919 (patch)
tree40507edc0e6873945b3c22ebc97b4a63985b6488 /media-gfx
parent62a4ef94dfccd1d94c9142471d1cab56b3ff85bd (diff)
downloadgentoo-182444c044c9e964505d9f8449bd90d5cb60d919.tar.gz
gentoo-182444c044c9e964505d9f8449bd90d5cb60d919.tar.xz
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
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/nip2/nip2-7.38.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {