wok-stable diff tazdrop/receipt @ rev 10300

dmraid: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:56:32 2011 +0000 (2011-05-21)
parents 5a0effb86317
children dcadc4c60c5f
line diff
     1.1 --- a/tazdrop/receipt	Thu May 19 01:36:49 2011 +0200
     1.2 +++ b/tazdrop/receipt	Sat May 21 18:56:32 2011 +0000
     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  }