At 10:47 AM -0500 1/19/06, Peter Prymmer wrote:
>\diff -ruN perlpatch.orig/MANIFEST perlpatch/MANIFEST
>--- perlpatch.orig/MANIFEST     2006-01-12 19:56:56.000000000 +0000
>+++ perlpatch/MANIFEST  2006-01-14 01:15:18.547657600 +0000
>
>So if I set default to the directory where the MANIFEST. file has been
>unpacked I'd apply that patch, but I'd be sure to strip off 1 path
>directory.
>In other words:
>
>   patch -p1 < mbaddfull123.patch
>
>

Note that you can use the -i option instead of command-line
redirection.  I also recommend doing a dry run first:

$ patch --dry-run -p1 -i mbaddfull123.patch

Then remove the --dry-run qualifier and run again if all went well.

On VMS, I recommend defining a symbol other than "patch" in order to
avoid confusion with the native patch utility.  I use "gpatch" for
GNU patch.
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to