IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40914


Ignore:
Timestamp:
Oct 7, 2019, 5:02:33 PM (7 years ago)
Author:
cclin33
Message:

remove PREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/psconfig/pscheckperl

    r40786 r40914  
    154154        # perl Makefile.PL PREFIX=`psconfig --prefix VERSION` LIB=`psconfig --perldir VERSION`
    155155        # where VERSION is e.g., ipp-1804 (install version, not build version like ipp-3.3)
     156        # CCL 2019.10.07 Only one of PREFIX or INSTALL_BASE can be given. Not both.
     157        # so removed PREFIX
    156158        if ($prompts) {
    157159            @answers = split (",", $prompts);
    158             open (PIPE, "|perl Makefile.PL PREFIX=$prefix LIB=$perldir $buildopts");
     160            open (PIPE, "|perl Makefile.PL LIB=$perldir $buildopts");
    159161            foreach $answer (@answers) {
    160162                print PIPE "$answer\n";
     
    162164            close (PIPE);
    163165        } else {
    164             vsystem ("perl Makefile.PL PREFIX=$prefix LIB=$perldir $buildopts");
     166            vsystem ("perl Makefile.PL LIB=$perldir $buildopts");
    165167        }
    166168        vsystem ("make < /dev/null");
Note: See TracChangeset for help on using the changeset viewer.