diff options
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 |