Changeset 25893
- Timestamp:
- Oct 18, 2009, 12:21:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckperl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckperl
r25891 r25893 20 20 shift; shift; next; 21 21 } 22 if ($ARGV[0] eq "-path") { &list_include_path (); } 22 23 if ($ARGV[0] eq "-h") { &usage (); } 23 24 if ($ARGV[0] eq "help") { &usage (); } … … 110 111 if (-e "Build.PL") { 111 112 # vsystem("perl Build.PL --install_path lib=$perldir "); 112 vsystem("perl Build.PL -- prefix$prefix");113 vsystem("perl Build.PL --install_base $prefix"); 113 114 vsystem("Build"); 114 115 vsystem("Build install"); … … 146 147 147 148 sub usage { 148 print STDERR "USAGE: pscheckperl [-version] [-build] \n";149 print STDERR "USAGE: pscheckperl [-version] [-build] [-path]\n"; 149 150 exit 2; 150 151 } … … 165 166 exit 2; 166 167 } 168 169 sub list_include_path { 170 foreach $path (@INC) { 171 print STDERR "$path\n"; 172 } 173 exit 2; 174 }
Note:
See TracChangeset
for help on using the changeset viewer.
