wok-stable diff mirror-tools/receipt @ rev 8819

mirror-tools: fix stuff/
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 23 14:40:44 2011 +0100 (2011-02-23)
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	Wed Feb 23 14:40:44 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