Refer to Intrepid, not Ibex (to be consistent with Gutsy and Hardy)
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Nov 2008 04:37:52 +0000 (04:37 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Nov 2008 04:37:52 +0000 (04:37 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1515 9efc2488-bf62-4759-914b-345cdb29e865

src/extras/Makefile.install

index 8cbe7f8..aef0043 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Makefile to install prerequisites for OpenSRF
 #
-# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/ibex), and Gentoo.
+# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/intrepid), and Gentoo.
 # Working towards support of CentOS 5 / RHEL 5.
 # Installs Perl prereqs, libjs with Perl wrapper
 #
@@ -16,7 +16,7 @@
 #      - or -
 #      make -f Makefile.install ubuntu-hardy
 #      - or -
-#      make -f Makefile.install ubuntu-ibex
+#      make -f Makefile.install ubuntu-intrepid
 #      - or -
 #      make -f Makefile.install centos
 #      - or -
@@ -77,7 +77,7 @@ DEBS =  \
        libclass-dbi-abstractsearch-perl\
        libclass-dbi-sqlite-perl\
        liberror-perl\
-       libexpat1-dev\
+       lintrepidpat1-dev\
        libfile-find-rule-perl\
        libfreezethaw-perl\
        liblog-log4perl-perl\
@@ -236,9 +236,9 @@ rhel: centos
 
 ubuntu-gutsy: generic_ubuntu hardy 
 ubuntu-hardy: generic_ubuntu hardy
-ubuntu-ibex: generic_ubuntu ibex
+ubuntu-intrepid: generic_ubuntu intrepid
 hardy: install_cpan
-ibex: install_extra_debs
+intrepid: install_extra_debs
 generic_ubuntu: install_debs install_cpan_force debian_sys_config
 
 # - COMMON TARGETS ---------------------------------------------------------