wok 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 e2e4f523cad4
children 140d47a938a9
files mirror-tools/receipt
line diff
     1.1 --- a/mirror-tools/receipt	Wed Feb 23 13:32:08 2011 +0000
     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