You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2009/05/11 06:22:49 UTC

svn commit: r773458 - /perl/modperl/docs/trunk/bin/site_build

Author: pgollucci
Date: Mon May 11 04:22:49 2009
New Revision: 773458

URL: http://svn.apache.org/viewvc?rev=773458&view=rev
Log:
dealdalas has been gone for years
PERL5LIB is causing more trouble then its worth esp now that all this is installed system-wide


Modified:
    perl/modperl/docs/trunk/bin/site_build

Modified: perl/modperl/docs/trunk/bin/site_build
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/site_build?rev=773458&r1=773457&r2=773458&view=diff
==============================================================================
--- perl/modperl/docs/trunk/bin/site_build (original)
+++ perl/modperl/docs/trunk/bin/site_build Mon May 11 04:22:49 2009
@@ -20,16 +20,12 @@
 
 my %fs = (
     'minotaur.apache.org' => '/x1',
-    'daedalus.apache.org' => '/x2',
 );
 
 umask 0002;
 
 my $HOME = $ENV{HOME};
-$ENV{PATH} = "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin";
-
-$ENV{PERL5LIB} = "$HOME/lib/perl5/5.8.8:$HOME/lib/perl5/5.8.8/mach:$HOME/lib/perl5/site_perl:$HOME/lib/perl5/site_perl/5.8.8:$HOME/lib/perl5/site_perl/5.8.8/mach";
-
+$ENV{PATH} = "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin";
 
 chdir $src;
 # Do different things depending on our name



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org