diff options
author | 2005-12-11 17:59:31 +0000 | |
---|---|---|
committer | 2005-12-11 17:59:31 +0000 | |
commit | ffccaeb4b6efa0023b15bc20ea7b54d4a2b3fb63 (patch) | |
tree | 81a8d107b0181698f1ff21638ed02c5e5b89dff3 /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | |
parent | Add Portuguese (pt) longdescription (diff) | |
download | gentoo-2-ffccaeb4b6efa0023b15bc20ea7b54d4a2b3fb63.tar.gz gentoo-2-ffccaeb4b6efa0023b15bc20ea7b54d4a2b3fb63.tar.bz2 gentoo-2-ffccaeb4b6efa0023b15bc20ea7b54d4a2b3fb63.zip |
Change einstall to make DESTDIR install. Closes bug #114692
(Portage version: 2.0.53)
Diffstat (limited to 'dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild index 5f6444088187..2d7dc3a4e4a4 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.6 2005/10/03 13:25:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.7 2005/12/11 17:59:31 caleb Exp $ DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/" @@ -18,5 +18,5 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || die } |