Browse Source

* fixed mnemosyne/dropbear to be stage 9 aware

legacy/multilib
Alejandro Mery 20 years ago
parent
commit
feba09f4a5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pkg_conf/dropbear.conf

+ 2
- 2
pkg_conf/dropbear.conf

@ -15,5 +15,5 @@
. $base/target/$SDECFG_TRG_MNEMOSYNE/pkg_conf/openssh.conf
hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vs dbscp $root/$bindir/scp'
hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vs dbclient $root/$bindir/ssh'
hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vfs dbscp $root/$bindir/scp'
hook_add postmake 9 'INSTALL_WRAPPER_FILTER= ln -vfs dbclient $root/$bindir/ssh'

Loading…
Cancel
Save