Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv19926
Modified Files:
freevo
Log Message:
change dir for runtime (may not work for all helpers)
Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** freevo 28 Oct 2003 21:26:10 -0000 1.95
--- freevo 7 Nov 2003 15:47:25 -0000 1.96
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.96 2003/11/07 15:47:25 dischi
+ # change dir for runtime (may not work for all helpers)
+ #
# Revision 1.95 2003/10/28 21:26:10 dischi
# make install a helper to make it also work for non installed versions
***************
*** 152,157 ****
if [ -e "`dirname $FREEVO_SCRIPT`/runtime/runapp" ]; then
# we also have a runtime
! export RUNAPP="`dirname $FREEVO_SCRIPT`/runtime/runapp"
! PYTHON=python
fi
--- 155,168 ----
if [ -e "`dirname $FREEVO_SCRIPT`/runtime/runapp" ]; then
# we also have a runtime
! if [ -e "./runtime/runapp" ]; then
! # set runapp
! export RUNAPP="./runtime/runapp"
! PYTHON=python
! else
! # runapp only works in the Freevo directory
! # restarting with new pwd
! cd `dirname $FREEVO_SCRIPT`
! exec ./freevo "$@"
! fi
fi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog