Wiley Hill wrote:
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"> [email protected]
mv [email protected] $@
+ chmod 666 $@
DEFS= -DLOCALEDIR=\"$(localedir)\" @DEFS@
Hi Wiley,
I will check/test your patch and apply when OK.
There is a page on bugs and bug reports:
http://pcb.geda-project.org/bugs.html
which mentions the pcb bug tracker:
https://launchpad.net/pcb/+bugs/
of
https://bugs.launchpad.net/pcb
where you can report bugs or features.
Kind regards,
Bert Timmerman.
--
Mailing list: https://launchpad.net/~geda-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~geda-developers
More help : https://help.launchpad.net/ListHelp