Skip to content

Commit

Permalink
dev-java/icedtea: QA: fix dosym usage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Jan 22, 2020
1 parent be822d9 commit 5c6d5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-java/icedtea/icedtea-3.13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-java/icedtea/icedtea-3.14.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c6d5ea

Please sign in to comment.