diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-19 15:10:58 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-19 15:10:58 +0000 |
commit | 4ea1258b732112fe0cbafcccefba1383878e6c44 (patch) | |
tree | bf886ff6c116fd52d143d6d16c00c203f2232cb1 /dev-util/debootstrap | |
parent | Bump to 1.4, remove old and take over maintainership (diff) | |
download | gentoo-2-4ea1258b732112fe0cbafcccefba1383878e6c44.tar.gz gentoo-2-4ea1258b732112fe0cbafcccefba1383878e6c44.tar.bz2 gentoo-2-4ea1258b732112fe0cbafcccefba1383878e6c44.zip |
quoting
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild b/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild index f1ac2af68ee2..60ed306bc9e2 100644 --- a/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild +++ b/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild,v 1.3 2006/08/12 18:44:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild,v 1.4 2008/01/19 15:10:58 drac Exp $ MY_PV=${PV}-0.2 DESCRIPTION="Debian bootstrap scripts" @@ -17,14 +17,14 @@ IUSE="" src_unpack() { unpack debootstrap_${MY_PV}.tar.gz - cp ${DISTDIR}/devices.tar.gz ${S} + cp ${DISTDIR}/devices.tar.gz "${S}" } src_compile() { sed -i -e "s/chown/#chown/" Makefile - make pkgdetails debootstrap-arch + make pkgdetails debootstrap-arch || die } src_install() { - make DESTDIR=${D} install + make DESTDIR="${D}" install || die } |