--- debootstrap-1.0.6.ebuild.orig 2007-11-11 01:52:37 +0000 +++ debootstrap-1.0.6.ebuild 2007-11-11 01:50:59 +0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.6.ebuild,v 1.1 2007/10/22 11:56:56 armin76 Exp $ +inherit multilib + DESCRIPTION="Debian/Ubuntu bootstrap scripts" HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz mirror://gentoo/devices.tar.gz" @@ -28,5 +30,7 @@ src_install() { make DESTDIR="${D}" install-allarch || die + insinto /usr/$(get_libdir)/debootstrap + doins pkgdetails dodoc TODO }