Re: Apply Patch
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
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; -