mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
ceph-post-file: fix installation of ssh key files
Fixes: #7992 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
4aef403dbc
commit
2f6a62b457
@ -21,8 +21,8 @@ EXTRA_DIST += \
|
||||
install-data-local:
|
||||
-mkdir -p $(DESTDIR)$(datadir)/ceph
|
||||
-install -m 644 share/known_hosts_drop.ceph.com $(DESTDIR)$(datadir)/ceph/known_hosts_drop.ceph.com
|
||||
-install -m 644 share/known_hosts_drop.ceph.com $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com
|
||||
-install -m 644 share/known_hosts_drop.ceph.com $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com.pub
|
||||
-install -m 644 share/id_dsa_drop.ceph.com $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com
|
||||
-install -m 644 share/id_dsa_drop.ceph.com.pub $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com.pub
|
||||
|
||||
all-local:
|
||||
if WITH_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user