If you are to patch a file inside of filters/
and that patching creates a .c.orig
file, it will get installed along with other .c
files. This is super minor and nit-picky but it probably shouldn't do this. I'm not 100% sure but I think it has something to do with line 30 of GNUmakefile
. Thank you!
Hi, I could filter out *.orig files but I wonder if it would be a good thing. Also, by default, (GNU)
patch
will only create a*.orig
file if you ask for a backup file or if the patch only applies with fuzz.
Hi, I'm only bring it up because for pkgsrc I have to remove the .orig before installing (https://github.com/NetBSD/pkgsrc/blob/trunk/mail/aerc/Makefile, line 56). It's not really a huge deal but wanted to bring it up :)