Install data files without executable permission #239
Closed
Comments
Original Redmine Comment Thanks for the patch. BTW there are other install fixes in the git version that aren't in the release yet. Fixed in git for 3.802+ |
Original Redmine Comment In 3.802 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: أحمد المحمودي
Original Redmine Issue: 239 from https://www.veripool.org
Original Date: 2010-04-08
Original Assignee: Wilson Snyder (@wsnyder)
Hello,
Header files & manpage are installed with the executable permission set, I found that the reason is that in Makefile.in you install them using $(INSTALL_PROGRAM) instead of $(INSTALL_DATA). I fixed that in the patch attached.
The text was updated successfully, but these errors were encountered: