summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-12-17 20:40:26 +0000
committerFabian Groffen <grobian@gentoo.org>2013-12-17 20:40:26 +0000
commit3be427d78b13d51ef1ab8329d5c3a1511eb26290 (patch)
treea310a72a76dd81246eef1c4beac805e3a578771c /dev-db/postgresql-base/postgresql-base-9999.ebuild
parentAdd missing RDEPEND on dev-perl/IO-Pipely wrt bug #490132 (diff)
downloadgentoo-2-3be427d78b13d51ef1ab8329d5c3a1511eb26290.tar.gz
gentoo-2-3be427d78b13d51ef1ab8329d5c3a1511eb26290.tar.bz2
gentoo-2-3be427d78b13d51ef1ab8329d5c3a1511eb26290.zip
Fix live ebuild for Prefix, thanks Chris in bug #491736
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-9999.ebuild')
-rw-r--r--dev-db/postgresql-base/postgresql-base-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-9999.ebuild b/dev-db/postgresql-base/postgresql-base-9999.ebuild
index 7963416c4a43..ded4540d119a 100644
--- a/dev-db/postgresql-base/postgresql-base-9999.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v 1.9 2013/09/15 21:15:12 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v 1.10 2013/12/17 20:40:26 grobian Exp $
EAPI="5"
@@ -140,7 +140,7 @@ src_compile() {
}
src_install() {
- mkdir -p "${D}/usr/share/postgresql-${SLOT}"
+ mkdir -p "${ED}/usr/share/postgresql-${SLOT}"
emake DESTDIR="${D}" install
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h