[Opensrf-commits] r1515 - trunk/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 29 23:37:55 EST 2008


Author: dbs
Date: 2008-11-29 23:37:52 -0500 (Sat, 29 Nov 2008)
New Revision: 1515

Modified:
   trunk/src/extras/Makefile.install
Log:
Refer to Intrepid, not Ibex (to be consistent with Gutsy and Hardy)


Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install	2008-11-26 17:56:42 UTC (rev 1514)
+++ trunk/src/extras/Makefile.install	2008-11-30 04:37:52 UTC (rev 1515)
@@ -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 @@
 	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 @@
 
 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 ---------------------------------------------------------



More information about the opensrf-commits mailing list