Am Mo., 30. Dez. 2019 um 12:07 Uhr schrieb George R Goffe <
address@hidden>:
> Hi,
>
> I'm sorry to bother you with this but I'm entering "patch -p0 ../deepcolor.patch" and I get NOTHING. Patch just sits there. strace -xvf "patch -p0 ../deepcolor.patch" and the trace ends with a read(...).
>
> Am I doing something wrong or NOT understanding something?
have a look at patch's manpage. Next, try "patch -p0 < ../deepcolor.patch".