Ignore:
Timestamp:
2011-04-28T15:57:27+12:00 (13 years ago)
Author:
ak19
Message:

GSDLHOME placeholder is set to path to gsdlhome in .app files for Mac. Still need to test on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/gsicontrol.sh

    r23948 r23963  
    151151    rm -f "$GSDLHOME/$cgibin/gsdlsite.cfg";
    152152    fi
     153
     154    sed "s@\*\*GSDLHOME\*\*@$GSDLHOME@g" "gs2-server.app/Contents/document.wflow.in" > "gs2-server.app/Contents/document.wflow"
     155    sed "s@\*\*GSDLHOME\*\*@$GSDLHOME@g" "gli.app/Contents/document.wflow.in" > "gli.app/Contents/document.wflow"
     156    sed "s@\*\*GSDLHOME\*\*@$GSDLHOME@g" "client-gli.app/Contents/document.wflow.in" > "client-gli.app/Contents/document.wflow"
     157    sed "s@\*\*GSDLHOME\*\*@$GSDLHOME@g" "gems.app/Contents/document.wflow.in" > "gems.app/Contents/document.wflow"
     158
    153159    configure-web $1
    154160}
Note: See TracChangeset for help on using the changeset viewer.