wok rev 10003

tazdrop: fix again
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 01:37:43 2011 +0200 (2011-05-19)
parents 5a0effb86317
children 0def29f679d6
files tazdrop/receipt
line diff
     1.1 --- a/tazdrop/receipt	Thu May 19 01:36:49 2011 +0200
     1.2 +++ b/tazdrop/receipt	Thu May 19 01:37:43 2011 +0200
     1.3 @@ -20,5 +20,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs
     1.7 -	cp -a $_pkg/* $fs
     1.8 +	cp -a $WOK/$PACKAGE/install/* $fs
     1.9  }