wok-4.x diff openssh/receipt @ rev 5011

use mv instead of cp -a to save RAM (thanks Eric)
author Rohit Joshi <jozee@slitaz.org>
date Sun Feb 28 19:46:30 2010 +0000 (2010-02-28)
parents 85210ad650ac
children f7b9291ae058
line diff
     1.1 --- a/openssh/receipt	Fri Feb 12 16:02:24 2010 +0100
     1.2 +++ b/openssh/receipt	Sun Feb 28 19:46:30 2010 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  DEPENDS="sftp-server libcrypto zlib"
     1.5  BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev"
     1.6  PROVIDE="ssh"
     1.7 +TAGS="ssh"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()