Use `patch --force` to ignore missing files when patching
From patch(1): -f or --force Assume that the user knows exactly what he or she is doing, and do not ask any questions. Skip patches whose headers do not say which file is to be patched; patch files even though they have the wrong version for the Prereq: line in the patch; and assume that patches are not reversed even if they look like they are. This option does not suppress commen- tary; use -s for that. Fixes #555
Loading
Please register or sign in to comment