From: dbs Date: Thu, 24 Jun 2010 03:38:40 +0000 (+0000) Subject: We don't need to install plpython for PostgreSQL; X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ae9f3c6347f962422af214b5552fe2ca73740dc8;p=evergreen%2Fbjwebb.git 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 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 558b014dd..32bbc58c5 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)