On Sunday, March 16, 2003, at 05:29 PM, Adam Skwersky wrote:


I'm doing some development of an existing package.

I'd like to modify the source in place and then have fink "re-build and
install" without re-extracting the source. How do I do that?



cd ~
zcat /sw/src/vice-1.10.tar.gz | tar xvf -
cp -r vice-1.10 vice-new
cd vice-new
patch -p1 < /sw/fink/10.2/local/main/finkinfo/vice-1.10-1.patch
(make changes, make a test buiild, etc)
make distclean
diff -ruN vice-1.10 vice-new > /sw/fink/10.2/local/main/finkinfo/vice-1.10-2.patch


(clean up the patch file, if desired)
(bump up the Revision number of the info file)

fink update vice
Jeremy




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to