Re: Apply Patch

2010-09-27 Thread Bart Van Assche
On Mon, Sep 27, 2010 at 4:57 PM, Leo Lin wrote: > Hi, > > Someone knows how to apply a patch? I googled it, and found that it must > use the script `patch` like so, > > patch -p0 < /path/to/patch.file> > > the problem is that I cannot find the `patch` script, > > > All you have to do is to inst

Apply Patch

2010-09-27 Thread Leo Lin
Hi,   Someone knows how to apply a patch?  I googled it, and found that it must use the script `patch` like so,   patch -p0 < /path/to/patch.file>   the problem is that I cannot find the `patch` script,   Leo;   -