wok diff autossh/receipt @ rev 18657

pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 03 02:34:35 2015 +0200 (2015-12-03)
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 Dec 03 02:34:35 2015 +0200
     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