diff options
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-7.4.19.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-7.4.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild b/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild index c23a61e..960855d 100644 --- a/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild +++ b/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild @@ -53,7 +53,7 @@ src_unpack() { epatch "${FILESDIR}/postgresql-${PV}-autoconf.patch" \ "${FILESDIR}/postgresql-${SLOT}-hppa.patch" \ - "${FILESDIR}/postgresql-${SLOT}-libs.patch" + "${FILESDIR}/postgresql-${SLOT}-base.patch" # to avoid collision - it only should be installed by server rm "${S}/src/backend/nls.mk" @@ -122,11 +122,11 @@ postgres_symlinks=( ) __EOF__ - cat >"${T}/50postgresql-95-${SLOT}" <<-__EOF__ + cat >"${T}/50postgresql-98-${SLOT}" <<-__EOF__ LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir) MANPATH=/usr/share/postgresql-${SLOT}/man __EOF__ - doenvd "${T}/50postgresql-95-${SLOT}" + doenvd "${T}/50postgresql-98-${SLOT}" keepdir /etc/postgresql-${SLOT} } |