wok rev 20262

tinyssh: fix keys path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 15 13:45:13 2018 +0100 (2018-03-15)
parents 708b5293dd29
children f10c2b5c57d6
files tinyssh/receipt
line diff
     1.1 --- a/tinyssh/receipt	Thu Mar 15 11:24:25 2018 +0100
     1.2 +++ b/tinyssh/receipt	Thu Mar 15 13:45:13 2018 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  {
     1.5  	mkdir -p $fs/usr
     1.6  	cp -a $install/usr/sbin $fs/usr
     1.7 -	mkdir -p $fs/etc/tinyssh/sshkeydir
     1.8 +	mkdir -p $fs/etc/tinyssh
     1.9  }
    1.10  
    1.11  post_install()