wok-current diff openssh/receipt @ rev 16070
Add reqflow
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 13 11:17:54 2014 +0000 (2014-03-13) |
parents | 595b6d418abe |
children | f498b54a20cd |
line diff
1.1 --- a/openssh/receipt Thu Dec 26 11:43:21 2013 +0000 1.2 +++ b/openssh/receipt Thu Mar 13 11:17:54 2014 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openssh" 1.7 -VERSION="6.4p1" 1.8 +VERSION="6.5p1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Openbsd Secure Shell." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -48,7 +48,7 @@ 1.13 1.14 post_install() 1.15 { 1.16 - while read dropbear openssh ; do 1.17 + [ "$1" ] || while read dropbear openssh ; do 1.18 [ -s $dropbear ] || continue 1.19 dropbearconvert dropbear openssh $1$dropbear $1$openssh 1.20 dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub