From: John B. S. <sil...@us...> - 2002-12-22 05:54:44
|
=46rom the gaim source directory (e.g. the one that contains the 'src'=20 directory, and is likely named 'gaim'), type `patch -p0 <=20 /path/to/theFile.diff` (backticks need not be typed). So for me, the following might be used to do this: cd ~/code/gaim patch -p0 < ~/code/gaim-devel/gaim_away_box.patch Cheers, John Silvestri On Sunday 22 December 2002 06:28 am, Jacob Visser wrote: > I know this sounds like a realy stupid question, but im a newbie.... > What is the diff command to apply this patch > > Thanks > > Jacob Visser |