Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Makefile.in #9

Open
maddyscientist opened this issue May 29, 2019 · 0 comments
Open

Bug in Makefile.in #9

maddyscientist opened this issue May 29, 2019 · 0 comments

Comments

@maddyscientist
Copy link
Collaborator

This line

install_sh_DATA = $(install_sh) -c -m 644

uses the flag -c, however, according to man install the flag doesn't do anything. Should this be -C instead?

       -c     (ignored)

       -C, --compare
              compare each pair of source and destination files, and in some cases, do not modify the destination at all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant