wok diff autossh/receipt @ rev 14588

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:57 2013 +0200 (2013-05-26)
parents 199632c45ba9
children 2a5cc8208d36
line diff
     1.1 --- a/autossh/receipt	Mon Sep 24 10:21:41 2012 +0200
     1.2 +++ b/autossh/receipt	Sun May 26 19:06:57 2013 +0200
     1.3 @@ -25,5 +25,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	cp -a $install/autossh $fs/usr/bin
     1.8 +	cp -a $src/autossh $fs/usr/bin
     1.9  }