Skip to content

Commit

Permalink
dev-lang/mujs: fix build on Prefix
Browse files Browse the repository at this point in the history
Closes: gentoo#10871
Signed-off-by: Virgil Dupras <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
Virgil Dupras committed Jan 21, 2019
1 parent f15392b commit 9e1505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/mujs/mujs-1.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ src_install() {

emake "${myeconfargs[@]}"

mv -v "${D}"/usr/$(get_libdir)/lib${PN}.so{,.${PV}} || die
mv -v "${ED}"/usr/$(get_libdir)/lib${PN}.so{,.${PV}} || die

dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so
dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1}
Expand Down

0 comments on commit 9e1505e

Please sign in to comment.