Skip to content

Use of 'install' is specific to GNU implementation, so fails on macOS #17

@duncanmmacleod

Description

@duncanmmacleod

This usage of the install command in Makefile relies on the -D flag only available in the GNU implementation, so this fails by default on macOS:

install -D -m 444 60-osg.conf $(DESTDIR)/etc/cvmfs/default.d
install -D -m 444 config-osg.opensciencegrid.org.conf $(DESTDIR)/etc/cvmfs/config.d
install -D -m 444 opensciencegrid.org.pub $(DESTDIR)/etc/cvmfs/keys/opensciencegrid.org

Is there a chance to update the calls to work with all implementations?

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