> #!/bin/sh
> PRG=$0
> PRG=`dirname $PRG`
> export PATH=$PATH:$PRG
> echo $PATH
> `exec $mythjobqueue_exec`
> 
> The original problem that this set out to solve is the jobqueue  
> expects the executables for commflag and transcode to be in the  
> path.  When they are inside the bundle, this is just not going to  

With current SVN this is no longer the case, the JobQueue use
gContext->GetInstallPrefix() to locate the binaries so your
workaround might not be necessary anymore.

-- 
Chris

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to