From: "Pema Geyleg" <[EMAIL PROTECTED]>
   Date: Sat, 03 Sep 2005 19:14:56 +0600

Hi,

   >  For Instance I have a patch called VCL_xcu_patch.diff 
   > for the file 
   > officecfg/registry/data/org/openoffice/VCL.xcu having 
   > Dzongkha font support.
   > 
   >  How do I apply it to the source...
   > Is it something like this...
   > 
   > patch -p1 oosource2.0beta VCL_xcu_patch.diff
   > 
   > Patches were created using patch -ur old new > 
   > any_patch_name.diff

use the patch command to apply the patch. Use proper -pn. n depends on how
the patch was created. If your patch was created with

diff -u VCL.xcu.orig VCL.xcu

than use -p0. Please read manual/info page of patch.
-- 
Pavel Janík

I personally don't believe a patch tracking system makes life any easier.
                  -- Russell King in LKML

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to