Ignore:
Timestamp:
2011-01-15T15:22:57+13:00 (13 years ago)
Author:
sjm84
Message:

Another set of trunk changes to commit to this branch

Location:
main/branches/64_bit_Greenstone/greenstone2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/branches/64_bit_Greenstone/greenstone2

  • main/branches/64_bit_Greenstone/greenstone2/setup.bash

    r22422 r23594  
    161161  export PATH
    162162 
     163  if test "$GSDLOS" = "linux" ; then
     164      LD_LIBRARY_PATH="$GSDLHOME/lib/$GSDLOS:$LD_LIBRARY_PATH"
     165      export LD_LIBRARY_PATH
     166  elif test "$GSDLOS" = "darwin" ; then
     167      DYLD_LIBRARY_PATH="$GSDLHOME/lib/$GSDLOS:$DYLD_LIBRARY_PATH"
     168      export DYLD_LIBRARY_PATH
     169  fi
    163170 
    164171  # Override Imagemagick and Ghostscript paths to the bundled applications shipped with greenstone if they exists otherwise use default environment variables.
     
    195202fi
    196203 
    197  
     204
    198205 
    199206  MANPATH=$MANPATH:$GSDLHOME/packages/mg/man
Note: See TracChangeset for help on using the changeset viewer.