Ignore:
Timestamp:
2011-07-26T11:05:09+12:00 (13 years ago)
Author:
davidb
Message:

Tweaked to update GSDL3EXTS instead of GSDLEXTS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/audioDB/trunk/src/gs3-setup.sh

    r24325 r24337  
    4545  extdir=${GEXT_AUDIODB##*/}
    4646
    47   if [ "x$GSDLEXTS" = "x" ] ; then
    48     export GSDLEXTS=$extdir
     47  if [ "x$GSDL3EXTS" = "x" ] ; then
     48    export GSDL3EXTS=$extdir
    4949  else
    50     export GSDLEXTS=$GSDLEXTS:$extdir
     50    export GSDL3EXTS=$GSDL3EXTS:$extdir
    5151  fi
    5252
Note: See TracChangeset for help on using the changeset viewer.