summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2014-04-04 23:39:56 +0200
committerSage Weil <sage@inktank.com>2014-04-04 23:39:56 +0200
commit2f6a62b45763d2385a413d0b4e40e6ec6dc2e0c3 (patch)
tree437a9d4375d99ebd97eefe9bd5f9bc0edf2f3fb5 /Makefile.am
parentdoc/release-notes: note about emperor backport of mon auth fix (diff)
downloadceph-2f6a62b45763d2385a413d0b4e40e6ec6dc2e0c3.tar.xz
ceph-2f6a62b45763d2385a413d0b4e40e6ec6dc2e0c3.zip
ceph-post-file: fix installation of ssh key files
Fixes: #7992 Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e0c650bc23..cba3af2b247 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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