From 243c18601709f79eaa93141358560ee1825e86ee Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Sun, 2 Jan 2022 20:47:13 +0000
Subject: fixed openssh

---
 repo/core/openssh.xibuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'repo/core')

diff --git a/repo/core/openssh.xibuild b/repo/core/openssh.xibuild
index ec02d88..3ed91ef 100644
--- a/repo/core/openssh.xibuild
+++ b/repo/core/openssh.xibuild
@@ -6,7 +6,7 @@ SOURCE=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.8p1.tar.gz
 DESC="Premier connectivity tool for remote login with the SSH protocol"
 
 build () {
-    ./configure --prefix=/usr                            \
+    ./configure --prefix=/usr                        \
             --sysconfdir=/etc/ssh                    \
             --with-md5-passwords                     \
             --with-privsep-path=/var/lib/sshd        \
@@ -15,12 +15,15 @@ build () {
             --with-pid-dir=/run
     make
     make DESTDIR=$PKG_DEST install
+}
+
 
-    install -v -m755    contrib/ssh-copy-id $PKG_DSET/usr/bin     &&
+package () {
+    install -v -m755    contrib/ssh-copy-id $PKG_DEST/usr/bin     
 
     install -v -m644    contrib/ssh-copy-id.1 \
-                        $PKG_DEST/usr/share/man/man1              &&
-    install -v -m755 -d $PKG_DEST/usr/share/doc/openssh-8.8p1     &&
+                        $PKG_DEST/usr/share/man/man1              
+    install -v -m755 -d $PKG_DEST/usr/share/doc/openssh-8.8p1     
     install -v -m644    INSTALL LICENCE OVERVIEW README* \
                         $PKG_DEST/usr/share/doc/openssh-8.8p1
 
-- 
cgit v1.2.1