Changeset 34026
- Timestamp:
- Jun 18, 2012, 6:50:03 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/psconfig
- Files:
-
- 2 edited
-
pscheckmods (modified) (1 diff)
-
pscheckperl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psconfig/pscheckmods
r34022 r34026 1 1 #!/usr/bin/env perl 2 2 3 $DEBUG = 1;3 $DEBUG = 0; 4 4 $VERBOSE = 0; 5 5 if (@ARGV > 2 && $ARGV[0] eq "-v") { -
branches/eam_branches/ipp-20120601/psconfig/pscheckperl
r28191 r34026 127 127 if ($prompts eq "NONE") { $prompts = ""; } 128 128 129 if (-e "Build.PL" and $module ne " Params::Validate" and $module ne "DateTime::TimeZone") {129 if (-e "Build.PL" and $module ne "DateTime::TimeZone") { 130 130 # vsystem("perl Build.PL --install_path lib=$perldir "); 131 131 vsystem("perl Build.PL --install_base $prefix $buildopts");
Note:
See TracChangeset
for help on using the changeset viewer.
