diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-07 23:25:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-07 23:25:28 +0000 |
commit | d966e9f71bb39058694c1ec4647be3c5e35798f9 (patch) | |
tree | 4c6fd615a8fc0e286cab5f760bd846efb18988fc /sci-libs | |
parent | version bump. (diff) | |
download | gentoo-2-d966e9f71bb39058694c1ec4647be3c5e35798f9.tar.gz gentoo-2-d966e9f71bb39058694c1ec4647be3c5e35798f9.tar.bz2 gentoo-2-d966e9f71bb39058694c1ec4647be3c5e35798f9.zip |
corrected problem with prefix stuff
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild index 101b325a8aab..8e37a3abb05c 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.9.23-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/sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild,v 1.1 2010/03/07 16:56:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.23-r1.ebuild,v 1.2 2010/03/07 23:25:28 jlec Exp $ EAPI="3" @@ -76,8 +76,7 @@ src_prepare() { mkdir "${BLD_DIR}" || die "failed to generate build directory" cd "${BLD_DIR}" cp "${FILESDIR}"/war . && chmod a+x war || die "failed to install war" - sed -i -e '1c\#! '"${EPREFIX}"'/bin/bash' \ - -e '/^\$ARCHIVER \$@$/i\shift' war + sed -i -e '1c\#! '"${EPREFIX}"'/bin/bash' war || die } src_configure() { |