diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-14 17:05:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-14 17:05:33 +0000 |
commit | db5402e8dbb58744de876d0f180d17ed8b199c57 (patch) | |
tree | 2120c962c5b4d9c9cebb1d9d590237cb0554024c /sci-chemistry/bodr | |
parent | added otp use and removed cracklib dependency (diff) | |
download | gentoo-2-db5402e8dbb58744de876d0f180d17ed8b199c57.tar.gz gentoo-2-db5402e8dbb58744de876d0f180d17ed8b199c57.tar.bz2 gentoo-2-db5402e8dbb58744de876d0f180d17ed8b199c57.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry/bodr')
-rw-r--r-- | sci-chemistry/bodr/bodr-6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/bodr/bodr-6.ebuild b/sci-chemistry/bodr/bodr-6.ebuild index bde98afeb19e..36d3e844661e 100644 --- a/sci-chemistry/bodr/bodr-6.ebuild +++ b/sci-chemistry/bodr/bodr-6.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/bodr/bodr-6.ebuild,v 1.4 2008/06/14 14:24:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-6.ebuild,v 1.5 2008/06/14 17:05:33 mr_bones_ Exp $ inherit eutils @@ -21,7 +21,6 @@ src_unpack() { epatch "${FILESDIR}"/bodr-6-install.patch } - src_install() { make install DESTDIR="${D}" || die "make install failed" } |