IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16043


Ignore:
Timestamp:
Jan 8, 2008, 1:40:04 PM (18 years ago)
Author:
eugene
Message:

add test for psconfig dir, mkdir if missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r15393 r16043  
    112112print "searching for programs in: @binpath\n";
    113113print "\n";
     114
     115if ($build && ! -d $PSCONFDIR) {
     116    mkdir $PSCONFDIR || die "unable to create psconfig dir $PSCONFDIR";
     117}
    114118
    115119# read the lib distribution file, search / build each entry
Note: See TracChangeset for help on using the changeset viewer.