wok-next diff autossh/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents f44ef80ff9e2
children 7f39549720b8
line diff
     1.1 --- a/autossh/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/autossh/receipt	Thu Mar 17 00:11:28 2016 -0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="autossh"
     1.7 -VERSION="1.4c"
     1.8 +VERSION="1.4d"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Automatically restart SSH sessions and tunnels."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make