Upgrade to libwnck-3.14.0
[hvlinux.git] / stage3 / pkg / openssh
index 23f1738..9e2ad46 100644 (file)
@@ -9,8 +9,7 @@ hvconfig_pre()
     hv_useradd --system -c sshd-privsep -d /var/lib/sshd -g sshd \
         -s /bin/false sshd
 
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --sysconfdir=/etc/ssh \
         --datadir=/usr/share/sshd \
         --with-pam \
@@ -21,6 +20,9 @@ hvconfig_pre()
 
 hvbuild_post()
 {
+    install -v -m755 ${SRC_DIR}/contrib/ssh-copy-id /usr/bin
+    install -v -m644 ${SRC_DIR}/contrib/ssh-copy-id.1 /usr/share/man/man1
+
     # Disabling root logins
     sed -i -e "s!^#\(PermitRootLogin\).*!\1 no!g" /etc/ssh/sshd_config