| ln -s "${lib}" "${ROOT}usr/local/lib" |
ln -s "${lib}" "${ROOT}usr/local/lib" |
| fi |
fi |
| |
|
| emake -C "${T}" $(make_opts) DESTDIR="${ROOT}" layout || die "failed to layout filesystem" |
emake -C "${D}/usr/share/${PN}" DESTDIR="${ROOT}" layout || die "failed to layout filesystem" |
| fi |
fi |
| |
rm -f "${D}"/usr/share/${PN}/Makefile |
| } |
} |
| |
|
| src_install() { |
src_install() { |
| install || die |
install || die |
| dodoc ChangeLog |
dodoc ChangeLog |
| |
|
| |
# need the makefile in pkg_preinst |
| |
insinto /usr/share/${PN} |
| |
doins Makefile || die |
| |
|
| # Should this belong in another ebuild? Like say binutils? |
# Should this belong in another ebuild? Like say binutils? |
| # List all the multilib libdirs in /etc/env/04multilib (only if they're |
# List all the multilib libdirs in /etc/env/04multilib (only if they're |
| # actually different from the normal |
# actually different from the normal |