[LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 11 Aug 2003 20:47:57 -0000


matthew		Mon Aug 11 16:47:57 2003 EDT

  Modified files:              
    /doc/install/redhat7.3	install.pl 
  Log:
  Update to look for 3.7 systemperl
  
  
Index: doc/install/redhat7.3/install.pl
diff -u doc/install/redhat7.3/install.pl:1.21 doc/install/redhat7.3/install.pl:1.22
--- doc/install/redhat7.3/install.pl:1.21	Tue Aug  5 11:05:28 2003
+++ doc/install/redhat7.3/install.pl	Mon Aug 11 16:47:57 2003
@@ -2,7 +2,7 @@
 # The LearningOnline Network 
 # Red Hat 7.3 installation script
 #
-# $Id: install.pl,v 1.21 2003/08/05 15:05:28 matthew Exp $
+# $Id: install.pl,v 1.22 2003/08/11 20:47:57 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -89,7 +89,7 @@
 # note: The filehandle LOG is global.
 open LOG,">loncapa_install.log" || die "Unable to open log file.\n";
 
-print LOG '$Id: install.pl,v 1.21 2003/08/05 15:05:28 matthew Exp $'."\n";
+print LOG '$Id: install.pl,v 1.22 2003/08/11 20:47:57 matthew Exp $'."\n";
 
 # Some friendly subroutines
 sub die_if_nonempty {
@@ -225,7 +225,7 @@
              "$instdir/libcap-1.10-8.i386.rpm",
              );
 
-my $systemperl = "$instdir/LON-CAPA-systemperl-3.5-rh7.i386.rpm";
+my $systemperl = "$instdir/LON-CAPA-systemperl-3.7-rh7.i386.rpm";
 
 ##
 ## Some of these rpm commands require being obnoxious (--force --nodeps)