[Lunar-commits] <moonbase> Subject: openssh: now installing ssh-copy-id

Paul Bredbury brebs at lunar-linux.org
Sat Jan 22 10:27:22 CET 2011


commit ee2c0d02e66b7dbcbbab3de3481d8295e4c4c6d6
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Sat Jan 22 16:27:22 2011 +0700

    Subject: openssh: now installing ssh-copy-id
---
 crypto/openssh/BUILD |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/crypto/openssh/BUILD b/crypto/openssh/BUILD
index b9d3d36..a49fb59 100644
--- a/crypto/openssh/BUILD
+++ b/crypto/openssh/BUILD
@@ -22,6 +22,10 @@
   default_build  &&
   if [ ! -f /etc/ssh/Makefile ] ; then
     install -m644 $SCRIPT_DIRECTORY/Makefile /etc/ssh/Makefile
-  fi
+  fi &&
+
+  # install ssh-copy-id script and man page
+  install -m755 $SOURCE_DIRECTORY/contrib/ssh-copy-id /usr/bin/ssh-copy-id &&
+  install -m644 $SOURCE_DIRECTORY/contrib/ssh-copy-id.1 /usr/share/man/man1/ssh-copy-id.1
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list