Hi
Ahh, that’s a different story the, so the command should be;
patch -pN < [name_of_patch_file]
Where N is the level to look down, normally 1 or 0, you didn’t forget the < ?
Else are you patching the actual run file?
Hi
Ahh, that’s a different story the, so the command should be;
patch -pN < [name_of_patch_file]
Where N is the level to look down, normally 1 or 0, you didn’t forget the < ?
Else are you patching the actual run file?
I didn’t know that < was part of the command. I thought it signified that I needed to add the directory before the patch file name. I added < and it worked. Thanks for straightening me out.