Changeset 23796


Ignore:
Timestamp:
2011-03-15T17:12:08+13:00 (13 years ago)
Author:
ak19
Message:

Correction: one of the tests for appending magick_home's lib folder should be for Darwin. Previously I'd fixed both to test for linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/cgi-bin/gsdlCGI.pm

    r23756 r23796  
    543543    if($gsdlos eq "linux") {
    544544        &util::envvar_prepend("LD_LIBRARY_PATH", $magick_lib);
    545     } elsif ($gsdlos eq "linux") {
     545    } elsif ($gsdlos eq "darwin") {
    546546        &util::envvar_prepend("DYLD_LIBRARY_PATH", $magick_lib);
    547547    }
Note: See TracChangeset for help on using the changeset viewer.