wok diff autossh/receipt @ rev 18431
open-vm-tools: add dnet dep
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Mon Sep 21 22:09:23 2015 +0000 (2015-09-21) |
parents | f44ef80ff9e2 |
children | 7f39549720b8 |
line diff
1.1 --- a/autossh/receipt Wed Sep 10 11:15:31 2014 +0200 1.2 +++ b/autossh/receipt Mon Sep 21 22:09:23 2015 +0000 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