From: Sage Weil Date: Fri, 4 Apr 2014 21:39:56 +0000 (-0700) Subject: ceph-post-file: fix installation of ssh key files X-Git-Tag: v0.79~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1604%2Fhead;p=ceph.git ceph-post-file: fix installation of ssh key files Fixes: #7992 Signed-off-by: Sage Weil --- 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