Changeset 17672


Ignore:
Timestamp:
2008-11-04T18:20:17+13:00 (15 years ago)
Author:
max
Message:

Explain how to bypass Ghostscript/Imagemagick bundled with Greenstone if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.sh

    r17670 r17672  
    403403fi
    404404
     405## ---- Explain how to bypass Imagemagick and Ghostscript bundled with Greenstone if needed ----
     406if [ -e "$GSDLHOME/bin/$GSDLOS/ghostscript" ] ; then
     407echo "GhostScript bundled with Greenstone will be used, if you wish to use the version installed on your system (if any) please go to $GSDLHOME/bin/$GSDLOS and rename the folder called ghostscript to something else."
     408fi
     409echo
     410echo
     411if [ -e "$GSDLHOME/bin/$GSDLOS/imagemagick" ] ; then
     412echo "ImageMagick bundled with Greenstone will be used, if you wish to use the version installed on your system (if any) please go to $GSDLHOME/bin/$GSDLOS and rename the folder called imagemagick to something else."
     413echo
     414echo
     415fi
     416
     417
    405418## ---- Finally, run the GLI ----
    406 echo
    407419if [ "$glilang" = "es" ]; then
    408420    echo "Ejecutando la Interfaz de la $PROGNAME..."
Note: See TracChangeset for help on using the changeset viewer.