~rjarry/aerc#269: 
Patches-made `.c.orig` files in `filters/` get installed

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!

Status
REPORTED
Submitter
~ktnb
Assigned to
No-one
Submitted
8 months ago
Updated
2 months ago
Labels
No labels applied.

~rjarry 2 months ago

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.

~ktnb 2 months ago

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 :)

Register here or Log in to comment, or comment via email.