From ae9f3c6347f962422af214b5552fe2ca73740dc8 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 24 Jun 2010 03:38:40 +0000 Subject: [PATCH] We don't need to install plpython for PostgreSQL; also, add a target for the Fedora PostgreSQL server prereqs. git-svn-id: svn://svn.open-ils.org/ILS/trunk@16799 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 558b014dd0..32bbc58c50 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -195,7 +195,7 @@ PGSQL_84_RPMS = \ postgresql-8.4* \ postgresql-contrib-8.4* \ postgresql-devel-8.4* \ - postgresql-plp*-8.4* \ + postgresql-plpe*-8.4* \ postgresql-server-8.4* PGSQL_CLIENT_DEBS_81 = \ @@ -442,6 +442,9 @@ install_fedora_13_rpms: yum -y update yum -y install $(FEDORA_13_RPMS) +install_fedora_13_pgsql_server: + yum -y install $(PGSQL_84_RPMS) + # CENTOS install_centos_rpms: yum -y install $(CENTOS) -- 2.43.2