diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 04:26:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 04:26:31 +0000 |
commit | f3ccb2d8fe6ea4221652ac5257001907d014708e (patch) | |
tree | 3e4d87b199887048d424f53ab62881a39f1a7415 /sys-libs/uclibc++ | |
parent | Added a ugly patch to fix access violations by Thomas Cort <tcort@cs.ubishops... (diff) | |
download | gentoo-2-f3ccb2d8fe6ea4221652ac5257001907d014708e.tar.gz gentoo-2-f3ccb2d8fe6ea4221652ac5257001907d014708e.tar.bz2 gentoo-2-f3ccb2d8fe6ea4221652ac5257001907d014708e.zip |
cp, dont move ${A} #124645
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'sys-libs/uclibc++')
-rw-r--r-- | sys-libs/uclibc++/uclibc++-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/uclibc++/uclibc++-0.2.0.ebuild b/sys-libs/uclibc++/uclibc++-0.2.0.ebuild index 2de927991870..eb5d63f9c867 100644 --- a/sys-libs/uclibc++/uclibc++-0.2.0.ebuild +++ b/sys-libs/uclibc++/uclibc++-0.2.0.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/sys-libs/uclibc++/uclibc++-0.2.0.ebuild,v 1.2 2006/03/03 01:44:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc++/uclibc++-0.2.0.ebuild,v 1.3 2006/03/04 04:26:31 vapier Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ DEPEND="" S=${WORKDIR}/uClibc++-${PV} src_unpack() { - mv "${DISTDIR}"/${A} ${A}2 + cp "${DISTDIR}"/${A} ${A}2 unpack ./${A}2 cd "${S}" make -s defconfig || die "defconfig failed" |