diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-30 01:18:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-30 01:18:01 +0000 |
commit | 1dbe8efa498e568582e855aac9dac1aba53a319c (patch) | |
tree | 36bc38278251ad52f5911ada886792d22360cda2 | |
parent | The gitweb.cgi did not contain the build-time replacements. Ensure that it do... (diff) | |
download | gentoo-2-1dbe8efa498e568582e855aac9dac1aba53a319c.tar.gz gentoo-2-1dbe8efa498e568582e855aac9dac1aba53a319c.tar.bz2 gentoo-2-1dbe8efa498e568582e855aac9dac1aba53a319c.zip |
whitespace
(Portage version: 2.1.4.4)
-rw-r--r-- | sci-chemistry/apbs/apbs-1.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/apbs-1.0.0.ebuild b/sci-chemistry/apbs/apbs-1.0.0.ebuild index db8d5545bd09..03a1e0073e1e 100644 --- a/sci-chemistry/apbs/apbs-1.0.0.ebuild +++ b/sci-chemistry/apbs/apbs-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.0.0.ebuild,v 1.1 2008/04/29 22:21:19 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.0.0.ebuild,v 1.2 2008/04/30 01:18:01 mr_bones_ Exp $ inherit eutils fortran autotools @@ -70,7 +70,6 @@ src_test() { || die "Tests failed" } - src_install() { make DESTDIR="${D}" install || die "make install failed" } |