dev-java/icedtea: QA: fix dosym usage
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 22 Jan 2020 01:22:33 +0000 (17:22 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 22 Jan 2020 01:26:17 +0000 (17:26 -0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-java/icedtea/icedtea-3.13.0.ebuild
dev-java/icedtea/icedtea-3.14.0.ebuild

index ce1979057abe3b07d093c6fa658b101858820879..680a2787526e560aa8364620b1fc1d848052c9de 100644 (file)
@@ -353,7 +353,7 @@ src_install() {
                rm -v "${ddest}"/src.zip || die
        fi
 
-       dosym /usr/share/doc/${PF} /usr/share/doc/${PN}${SLOT}
+       dosym "${EPREFIX}"/usr/share/doc/"${PF}" usr/share/doc/"${PN}${SLOT}"
 
        # Fix the permissions.
        find "${ddest}" \! -type l \( -perm /111 -exec chmod 755 {} \; -o -exec chmod 644 {} \; \) || die
index 03d9440ef6c5dcae219313c8dfc71de022a6b7c7..7a74a94a834f3d9e5baa92b29da253b4d3a9b32f 100644 (file)
@@ -353,7 +353,7 @@ src_install() {
                rm -v "${ddest}"/src.zip || die
        fi
 
-       dosym /usr/share/doc/${PF} /usr/share/doc/${PN}${SLOT}
+       dosym "${EPREFIX}"/usr/share/doc/"${PF}" usr/share/doc/"${PN}${SLOT}"
 
        # Fix the permissions.
        find "${ddest}" \! -type l \( -perm /111 -exec chmod 755 {} \; -o -exec chmod 644 {} \; \) || die