Jason W
Group: Members
Posts: 260
Joined: Nov. 2006 |
|
Posted: Feb. 24 2008,00:58 |
|
Humpty, Thanks for your feedback. /opt/bin/xine is a wrapper, and I need to rewrite it to accept command line options. I overlooked that. Basically, the line:
exec /opt/xine/bin/xine
needs to be
exec /opt/xine/bin/xine $*
so it will accept command line arguments. There are a couple of other things I want to change as well, but add the $* in the /opt/bin/xine script for now and that will allow xine --help and all of that.
Thanks.
Update: Come to find out, it does not need a wrapper like I originally thought. I will symlink the stuff in /opt/xine/bin/ and resubmit later if all else is working right.
|