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?