wok-6.x diff mirror-tools/receipt @ rev 8845

subersion: fix DEPENDS (based on last pkg from tank)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 25 01:27:30 2011 +0100 (2011-02-25)
parents b84ff32e3457
children b5a5fbb61181
line diff
     1.1 --- a/mirror-tools/receipt	Sat May 29 13:48:15 2010 +0200
     1.2 +++ b/mirror-tools/receipt	Fri Feb 25 01:27:30 2011 +0100
     1.3 @@ -11,6 +11,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a stuff/* $fs
     1.8 +	cp -a $stuff/* $fs
     1.9  }
    1.10