diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 06:53:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 06:53:47 +0000 |
commit | 3f927a258b645687be4a1eba36b1ae6677a1ea3c (patch) | |
tree | b4dc30d64cf07f633c8da83d416b435211816c79 /dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild | |
parent | install binary in correct location, see bug 246659, and don't install copyrig... (diff) | |
download | historical-3f927a258b645687be4a1eba36b1ae6677a1ea3c.tar.gz historical-3f927a258b645687be4a1eba36b1ae6677a1ea3c.tar.bz2 historical-3f927a258b645687be4a1eba36b1ae6677a1ea3c.zip |
fix installation, introduce the missing whitespace
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild')
-rw-r--r-- | dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild b/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild index 1debdc07b81f..9c1e79133e30 100644 --- a/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild +++ b/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild,v 1.1 2009/08/18 06:33:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild,v 1.2 2009/08/18 06:53:47 fauli Exp $ inherit eutils @@ -30,7 +30,7 @@ src_compile() { } src_install() { - make prefix="${D}" bindir="${D}"/usr/bininstall || die + make prefix="${D}" bindir="${D}"/usr/bin install || die rm -rf "${D}"/usr/lib/pgaccess/win32 \ "${D}"/usr/lib/pgaccess/Makefile rm -rf "${D}"/usr/lib/pgaccess/osx |