wok diff autossh/receipt @ rev 18747

marble: one desktop entry only (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 26 13:11:10 2015 +0100 (2015-12-26)
parents f44ef80ff9e2
children 7f39549720b8
line diff
     1.1 --- a/autossh/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/autossh/receipt	Sat Dec 26 13:11:10 2015 +0100
     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