diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-10-16 10:17:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-10-16 10:17:17 +0000 |
commit | d0934638163bcfb26057d277f164e294fdfc5350 (patch) | |
tree | 4c9f27b35b58173911f79df7d5ea33be333c9ec1 /sys-devel/gdb-apple/gdb-apple-768-r1.ebuild | |
parent | Version bump, remove old. (diff) | |
download | historical-d0934638163bcfb26057d277f164e294fdfc5350.tar.gz historical-d0934638163bcfb26057d277f164e294fdfc5350.tar.bz2 historical-d0934638163bcfb26057d277f164e294fdfc5350.zip |
Fix quoting
Package-Manager: portage-2.2.01.19478-prefix/cvs/Darwin i386
Diffstat (limited to 'sys-devel/gdb-apple/gdb-apple-768-r1.ebuild')
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-768-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild index d5534b725621..66d937e52f4f 100644 --- a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild,v 1.2 2010/03/05 16:25:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $ EAPI="3" @@ -44,7 +44,7 @@ src_install() { emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die rm -r "${D}"/nukeme || die rm -Rf "${ED}"/usr/${CHOST} || die - mv "${ED}"/usr/bin/gdb ${ED}/ + mv "${ED}"/usr/bin/gdb "${ED}"/ rm -f "${ED}"/usr/bin/* mv "${ED}"/gdb "${ED}"/usr/bin/ } |