|
I have a problem to patch rdesktop.
$ tar xvf rdesktop-1.1.0.tar
$ ls -l
total 1106 drwxr-xr-x 3 liv staff 512 Sep 17 20:40 rdesktop-1.1.0 -rw-r--r-- 1 liv staff 409600 Jan 11 13:18 rdesktop-1.1.0.tar -rw-r--r-- 1 liv staff 137291 Jan 11 13:19 rdesktop-unified-patch19-8-3.bz2 $ bzcat ./rdesktop-unified-patch19-8-3.bz2 | patch -p0 Looks like a unified context diff. File to patch: What should I do? |