[open-ils-commits] r16799 - trunk/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 23 23:38:43 EDT 2010


Author: dbs
Date: 2010-06-23 23:38:40 -0400 (Wed, 23 Jun 2010)
New Revision: 16799

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
We don't need to install plpython for PostgreSQL;
also, add a target for the Fedora PostgreSQL server prereqs.


Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2010-06-24 03:29:02 UTC (rev 16798)
+++ trunk/Open-ILS/src/extras/Makefile.install	2010-06-24 03:38:40 UTC (rev 16799)
@@ -195,7 +195,7 @@
 	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 @@
 	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)



More information about the open-ils-commits mailing list