Changeset 22373 for gs2-extensions


Ignore:
Timestamp:
2010-07-11T18:46:15+12:00 (14 years ago)
Author:
davidb
Message:

Improvements to setup.bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/open-office/trunk/setup.bash

    r22250 r22373  
    11
    22extdesc="the Open Office Extension"
     3
     4full_setup=`pwd`/${BASH_SOURCE}
     5fulldir=${full_setup%/*}
    36
    47if [ "x$GEXT_OPENOFFICE" = "x" ] ; then
     
    710  export PATH=$GEXT_OPENOFFICE/bin/script:$PATH
    811
     12  extdir=${GEXTVIDEO##*/}
     13
    914  if [ "x$GSDLEXTS" = "x" ] ; then
    10     export GSDLEXTS=open-office
     15    export GSDLEXTS=$extdir
    1116  else
    12     export GSDLEXTS=$GSDLEXTS:open-office
     17    export GSDLEXTS=$GSDLEXTS:$extdir
    1318  fi
    1419
Note: See TracChangeset for help on using the changeset viewer.