We don't need to install plpython for PostgreSQL;
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Jun 2010 03:38:40 +0000 (03:38 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Jun 2010 03:38:40 +0000 (03:38 +0000)
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

index 558b014..32bbc58 100644 (file)
@@ -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)