morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit fbc1024b6159f0dbc31919dd36635a4206f17854
parent 58ad290b379b9f9ed9aff13ac873a3621d5feee7
Author: sin <sin@2f30.org>
Date:   Fri,  6 Sep 2013 12:32:02 +0100

Make ssh symlink

Diffstat:
Mpkgs/dropbear | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgs/dropbear b/pkgs/dropbear @@ -26,5 +26,8 @@ install() { pushd src/dropbear-2013.56 make CC=musl-gcc SCPPROGRESS=1 PROGRAMS="dropbear dbclient scp dropbearkey" prefix=$root \ sbindir=$root/bin -j$nprocs install STATIC=1 + pushd $root/bin + ln -s dbclient ssh + popd popd }