* Adrian McMenamin <ad...@mc...> on Sun, Jun 23, 2002:
> The patches all seem to want to mess around with directories like=20
> ./gcc-3.0.4.orig, rather than just ./gcc-3.0.4
>=20
> Is there a simple way round this?
>=20
Patch within the gcc-3.0.4 directory, using the -p1 flag to strip the first
portion of the patchfile path.
$ cd gcc-3.0.4
$ patch -p1 < ../my-patch.diff
M. R.
|