]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-post-file: fix installation of ssh key files 1604/head
authorSage Weil <sage@inktank.com>
Fri, 4 Apr 2014 21:39:56 +0000 (14:39 -0700)
committerSage Weil <sage@inktank.com>
Fri, 4 Apr 2014 21:39:56 +0000 (14:39 -0700)
Fixes: #7992
Signed-off-by: Sage Weil <sage@inktank.com>
Makefile.am

index 8e0c650bc230443b6c81dbf4843f7fd0bec31cb4..cba3af2b247ab329808ccc9ba53e634e7f1ddf81 100644 (file)
@@ -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