wok diff sshproxy/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 6d7a96eedc9d
children f44ef80ff9e2
line diff
     1.1 --- a/sshproxy/receipt	Tue May 17 23:13:38 2011 +0200
     1.2 +++ b/sshproxy/receipt	Fri Dec 13 16:18:29 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="SSH proxy to connect without passwords or keys."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz"
     1.9  WEB_SITE="http://sshproxy-project.org/"
    1.10  WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL"
    1.11 @@ -22,6 +23,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }
    1.18