how to patch a source tree with a .bz2 patch
November 14th, 2007 at 10:50am |
from within upper source tree folder:
bzcat patch-nnnn.bz2 | patch -p1
obviously nothing prevents you from unbzipping the patch and patching the tree with the usual cat patch-nnnn.bz2 | patch -p1
|
Print This Post
|
Email This Post

No Responses to “how to patch a source tree with a .bz2 patch”