Hi Bert,
Did not see procedure for submitting patches for PCB at
http://pcb.geda-project.org/contributing.html.
Please see attachment, this seems trivial but on my debian
machine "sudo make install" leaves core_lists.h owned by
root with permission 600, very annoying. Resetting to 666
in the build after the mv allows me to "make" as a normal
user without having to manually fix the permissions.
Maybe this would be helpful to others.
Regards
Wiley Hill
patch.txt
--- src/Makefile.am.orig 2016-05-31 14:24:48.000000000 -0500
+++ src/Makefile.am.new 2016-06-06 01:17:29.219304041 -0500
@@ -224,6 +224,7 @@
true> $@
(for f in ${PCB_SRCS} ; do cat $(srcdir)/$$f ; done) | grep "^REGISTER"> $@.tmp
mv $@.tmp $@
+ chmod 666 $@
DEFS= -DLOCALEDIR=\"$(localedir)\" @DEFS@