From 3f927a258b645687be4a1eba36b1ae6677a1ea3c Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 18 Aug 2009 06:53:47 +0000 Subject: fix installation, introduce the missing whitespace Package-Manager: portage-2.1.6.13/cvs/Linux i686 --- dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild') 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 -- cgit v1.2.3-65-gdbad