Skip to content

Bug in Makefile.in #9

@maddyscientist

Description

@maddyscientist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions