[Lunar-commits] <moonbase> openssh: minor formatting
Paul Bredbury
brebs at lunar-linux.org
Sat Jan 22 10:41:54 CET 2011
commit 8672907be195699b8bcbb80f4a87345bf302779b
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sat Jan 22 16:41:54 2011 +0700
openssh: minor formatting
---
crypto/openssh/BUILD | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/crypto/openssh/BUILD b/crypto/openssh/BUILD
index a49fb59..304945e 100644
--- a/crypto/openssh/BUILD
+++ b/crypto/openssh/BUILD
@@ -22,10 +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
+ install -Dm755 {contrib,/usr/bin}/ssh-copy-id &&
+ install -Dm644 {contrib,/usr/share/man/man1}/ssh-copy-id.1
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list