Changeset 16845 for extensions/gsdl-audio
- Timestamp:
- 2008-08-15T22:34:06+12:00 (15 years ago)
- Location:
- extensions/gsdl-audio/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gsdl-audio/trunk/lib/cascade-lib.bash
r16659 r16845 10 10 if [ $ext = ".tar.gz" ] ; then 11 11 tar_args="xvzf" 12 elif [ $ext = ".tgz z" ] ; then13 tar_args="xv jf"12 elif [ $ext = ".tgz" ] ; then 13 tar_args="xvzf" 14 14 elif [ $ext = ".tar.bz2" ] ; then 15 15 tar_args="xvjf" -
extensions/gsdl-audio/trunk/setup.bash
r16659 r16845 1 1 2 extdesc="the Audio Analysis Extension" 2 3 3 4 if [ "x$GEXTAUDIO" = "x" ] ; then … … 20 21 21 22 22 echo "+Your environment is now setup for the Audio Extensionto Greenstone"23 echo "+Your environment is now setup for $extdesc to Greenstone" 23 24 else 24 echo "+Your environment is already setup for the Audio Extensionto Greenstone"25 echo "+Your environment is already setup for $extdesc to Greenstone" 25 26 fi 26 27
Note:
See TracChangeset
for help on using the changeset viewer.