On Sat, Jul 12, 2008 at 10:15 AM, Steve Comstock <[EMAIL PROTECTED]> wrote:
> The other choice, it seems to me, is: > cd httpd-2.2.9 > patch -n -i ../build.patch The relative paths in the patch begin with "srclib", so you should be in the httpd-2.2.9 directory. > but then what file would I specify? The patch file specifies the files to modify, you don't need any more arguments on the command line. -- Eric Covener [EMAIL PROTECTED]
