wok diff openssh/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 595b6d418abe
children f498b54a20cd
line diff
     1.1 --- a/openssh/receipt	Thu Dec 26 11:43:21 2013 +0000
     1.2 +++ b/openssh/receipt	Wed Mar 12 00:54:36 2014 +0100
     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