On Thu, 30 Oct 2008 15:25:38 +0100, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
> As I still don't know how to make a patch, I can't be
> more specific

Nicolas,

Here's how to create a patch:

tar xf dvd+rw-tools-7.0.tar.gz
cp -a dvd+rw-tools-7.0 dvd+rw-tools-7.0.orig
cd dvd+rw-tools-7.0
#make your edits
cd ..
diff -Naur dvd+rw-tools-7.0.orig dvd+rw-tools-7.0 > 
dvd+rw-tools-7.0-fixes-1.patch
#now edit dvd+rw-tools-7.0-fixes-1.patch adding the relevant headers as 
described at http://www.linuxfromscratch.org/patches/submit.html.

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to