summaryrefslogtreecommitdiff
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
parentapp-emacs/slime: Use complete path as second argument of dosym. (diff)
downloadgentoo-182444c044c9e964505d9f8449bd90d5cb60d919.tar.gz
gentoo-182444c044c9e964505d9f8449bd90d5cb60d919.tar.bz2
gentoo-182444c044c9e964505d9f8449bd90d5cb60d919.zip
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
-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 9c07ea98c21d..1fbed7e2f585 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() {