Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2175 → Rev 2176

/conf/nfsen/nfsen-1.3.7.tar.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/conf/nfsen/Readme.alcasar
0,0 → 1,21
Just change the install script in order it doesn't ask for a perl version
Line 94
 
------------- Before ---------
if ( defined $whichperl ) {
print "Perl to use: [$whichperl] ";
chomp($ans = <STDIN>);
if ( length $ans ) {
$whichperl = $ans;
}
} else {
print "No Perl found in your PATH. Please specify where to find perl [] ";
chomp($whichperl = <STDIN>);
}
 
------------- After ---------
if ( !defined $whichperl ) {
print "No Perl found in your PATH. Please specify where to find perl [] ";
chomp($whichperl = <STDIN>);
}
 
/conf/nfsen/nfsen-1.3.8.tar.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property