I wrote: > This whole non-standard procedure allows me to have working > binaries correctly packaged (following debian packaging strucuture as > a reference), but builds an awful src.tar.bz2 that contains an uneeded > src.patch (uncleaned makefiles and such).
Hello, There is a simple way to eliminate the creation of the unnecessary *scr.patch file: make distclean at the end of the src_install invocation, does the trick. Now I get a decent (and clean) src package. I still like to hear about the other questions I made, though. Regards. ------------------------------------------------------------------------------ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
