diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:38:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:38:59 +0000 |
commit | 745fadece754d297342fa1cdbbb2776101b67e5a (patch) | |
tree | ef83861fd3a435ddff908b6a3bf84d5dacea90ef /dev-db/unixODBC | |
parent | whitespace (diff) | |
download | historical-745fadece754d297342fa1cdbbb2776101b67e5a.tar.gz historical-745fadece754d297342fa1cdbbb2776101b67e5a.tar.bz2 historical-745fadece754d297342fa1cdbbb2776101b67e5a.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.12.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.12.ebuild b/dev-db/unixODBC/unixODBC-2.2.12.ebuild index 2322b8ad73ca..fbac260f4a38 100644 --- a/dev-db/unixODBC/unixODBC-2.2.12.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.8 2007/07/01 12:57:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.9 2007/07/13 06:38:59 mr_bones_ Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -84,8 +84,6 @@ src_compile() { fi } - - src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed" @@ -101,4 +99,3 @@ src_install() { dohtml doc/* prepalldocs } - |