Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184719
Collapse All | Expand All

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

Return to bug 184719