Re: KNemo patches

Zackary Deems <[email protected]> Fri, 24 Dec 2004 13:17:18 -0500
Newsgroups gmane.linux.arklinux.devel
Message-ID <[email protected]>
Save the modified version of the file with some sort of alternate 
extention.. i.e. if the filename is
configure  save it as configure.nt  then back up to the directory ABOVE 
the package directory
(i.e. if you're building it in /usr/src/ark/BUILD/packagename/  then go 
up to BUILD) and type:

diff -Naur packagename/configure packagename/configure.nt 
 >packagename-identifier.patch

then copy the patch file to /usr/src/ark/SOURCES, add it as a Patch file 
in the specfile, then add a %patch line like you see in other specfiles.

N. Thompson wrote:

>I've got the modifications to KNemo working rather well and with as little 
>modification to the source code as possible however three files needed 
>changing and I have no idea how to go through the process of making patches.
>
>I was hoping someone could explain the idea to me and tell me how its done, 
>I've read the man pages for `patch` but that didn't reveal anything useful.
>  
>