[LON-CAPA-cvs] cvs: modules /matthew/systemperl make_systemperl.sh prepare_systemperl.pl

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 11 Jun 2003 20:54:38 -0000


matthew		Wed Jun 11 16:54:38 2003 EDT

  Modified files:              
    /modules/matthew/systemperl	make_systemperl.sh 
                               	prepare_systemperl.pl 
  Log:
  Update for systemperl-3.7
  
  
Index: modules/matthew/systemperl/make_systemperl.sh
diff -u modules/matthew/systemperl/make_systemperl.sh:1.2 modules/matthew/systemperl/make_systemperl.sh:1.3
--- modules/matthew/systemperl/make_systemperl.sh:1.2	Fri May  9 12:47:22 2003
+++ modules/matthew/systemperl/make_systemperl.sh	Wed Jun 11 16:54:38 2003
@@ -4,4 +4,4 @@
 #                              |                   |   |   config files
 #                              |                   |   |   |  doc files
 #                              |                   |   |   |  |  prefix (remove)
-find ./root | perl make_rpm.pl LON-CAPA-systemperl 3.6 rh7 '' '' ./root
+find ./root | perl make_rpm.pl LON-CAPA-systemperl 3.7 rh7 '' '' ./root
Index: modules/matthew/systemperl/prepare_systemperl.pl
diff -u modules/matthew/systemperl/prepare_systemperl.pl:1.3 modules/matthew/systemperl/prepare_systemperl.pl:1.4
--- modules/matthew/systemperl/prepare_systemperl.pl:1.3	Mon May 12 12:47:51 2003
+++ modules/matthew/systemperl/prepare_systemperl.pl	Wed Jun 11 16:54:38 2003
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w 
 #
-# $Id: prepare_systemperl.pl,v 1.3 2003/05/12 16:47:51 matthew Exp $
+# $Id: prepare_systemperl.pl,v 1.4 2003/06/11 20:54:38 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -25,9 +25,11 @@
 use strict;
 use CPAN;
 
-my $basedir = "/home/matthew/systemperl/systemperl-3.6-rh7";
+my $basedir = "/home/matthew/systemperl/systemperl-3.7-rh7";
 my $builddir = $basedir."/modules";
+system("mkdir -p $builddir") if (! -e $builddir);
 my $targetdir = $basedir."/root/usr";
+system("mkdir -p $targetdir") if (! -e $targetdir);
 
 my %CPAN_config = (
                    build_cache => 1000,