diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-21 15:58:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-21 15:58:25 +0200 |
commit | d1efe033eebb703fe4df769f9ad32b4ec2d28b98 (patch) | |
tree | a2ff5dd1bda27d7fdb2c4ae11cf7ee7b4b21e4cf /package/dropbear/Makefile | |
parent | 3c9266bbc43d9e75d871a07384319564e9c987b0 (diff) |
add symlinks to ssh/scp to /bin, to allow coexistence of openssh-clients
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 08a0743d3..5daeefc56 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dropbear PKG_VERSION:= 2013.58 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 8d3579bbbfcea48404a3219643076450 PKG_DESCR:= SSH 2 server/client designed for embedded systems PKG_SECTION:= net/security @@ -71,8 +71,8 @@ do-install: $(INSTALL_DIR) $(IDIR_DROPBEAR)/usr/sbin $(INSTALL_BIN) $(WRKBUILD)/dropbearmulti \ $(IDIR_DROPBEAR)/usr/sbin/dropbear - ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/usr/bin/scp - ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/usr/bin/ssh + ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/bin/scp + ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/bin/ssh ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/usr/bin/dbclient ln -sf ../sbin/dropbear $(IDIR_DROPBEAR)/usr/bin/dropbearkey # subpackage dropbearconvert |