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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 12 May 2003 16:47:51 -0000


matthew		Mon May 12 12:47:51 2003 EDT

  Modified files:              
    /modules/matthew/systemperl	prepare_systemperl.pl 
  Log:
  Removed extra '/' from the directory names.
  Added Authen::PAM.
  
  
Index: modules/matthew/systemperl/prepare_systemperl.pl
diff -u modules/matthew/systemperl/prepare_systemperl.pl:1.2 modules/matthew/systemperl/prepare_systemperl.pl:1.3
--- modules/matthew/systemperl/prepare_systemperl.pl:1.2	Fri May  9 13:18:51 2003
+++ modules/matthew/systemperl/prepare_systemperl.pl	Mon May 12 12:47:51 2003
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w 
 #
-# $Id: prepare_systemperl.pl,v 1.2 2003/05/09 17:18:51 matthew Exp $
+# $Id: prepare_systemperl.pl,v 1.3 2003/05/12 16:47:51 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -25,7 +25,7 @@
 use strict;
 use CPAN;
 
-my $basedir = "/home/matthew/systemperl/systemperl-3.6-rh7/";
+my $basedir = "/home/matthew/systemperl/systemperl-3.6-rh7";
 my $builddir = $basedir."/modules";
 my $targetdir = $basedir."/root/usr";
 
@@ -46,6 +46,9 @@
 
 my @Modules = ({ src => "Algorithm::Diff",
 		 dirname=> "Algorithm-Diff-*",
+                 compile => $sysperl_install },
+               { src => "Authen::PAM",
+                 dirname=> "Authen-PAM-*",
                  compile => $sysperl_install },
 	       { src=>"Crypt::DES",
 		 dirname => "Crypt-DES-*",