[mythtv-users] tv_grab_au 2.3
Terence Tan
calroth at gmail.com
Wed Jun 28 12:31:30 UTC 2006
On 28/06/06, David Whyte <david.whyte at gmail.com> wrote:
> Can you give me any advice/instructions on how I use the patch to
> update my script? I have no idea :(
Make sure you're root, or a user with permissions to modify
/usr/bin/tv_grab_au (I'm assuming that's where you put it).
Save the file somewhere as tv_grab_au.patch
cd /usr/bin
patch --dry-run -p0 < /path/to/tv_grab_au.patch
patch -p0 < /path/to/tv_grab_au.patch
The second command does a test patch but doesn't modify anything. You
can skip it if you like but it's useful to know whether a patch is
going to "take" or not.
-T.
More information about the mythtv-users
mailing list