From 283ff8f11a2f9e16d69243d0d6f755950ccf3a6a Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 19 Mar 2010 15:32:54 +0000 Subject: [PATCH] Add Karmic support to the prereqs; looks like I mangled the previous merge attempt. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15917 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 4a7d9f17a8..6f8a435fb1 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -16,6 +16,8 @@ # - or - # make -f Makefile.install ubuntu-intrepid # - or - +# make -f Makefile.install ubuntu-karmic +# - or - # make -f Makefile.install centos # - or - # make -f Makefile.install rhel @@ -175,6 +177,15 @@ PGSQL_SERVER_DEBS_83 = \ postgresql-plperl-8.3 \ postgresql-server-dev-8.3 +PGSQL_CLIENT_DEBS_84 = \ + postgresql-client + +PGSQL_SERVER_DEBS_84 = \ + postgresql \ + postgresql-contrib-8.4 \ + postgresql-plperl-8.4 \ + postgresql-server-dev-8.4 + GENTOOS = \ yaz\ aspell-en\ @@ -239,8 +250,10 @@ rhel: centos ubuntu-hardy: hardy generic_ubuntu ubuntu-intrepid: intrepid generic_ubuntu +ubuntu-karmic: karmic generic_ubuntu hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc install_extra_encode intrepid: install_pgsql_client_debs_83 install_extra_debs +karmic: install_pgsql_client_debs_84 install_extra_debs generic_ubuntu: install_debs install debian_sys_config # - COMMON TARGETS --------------------------------------------------------- -- 2.11.0