wok diff icedtea6-jre/receipt @ rev 9223

Fix icedtea6; handle multi-sources using some new receipts
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 11 17:58:14 2011 +0100 (2011-03-11)
parents be13f25e790b
children c41de8958f36
line diff
     1.1 --- a/icedtea6-jre/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/icedtea6-jre/receipt	Fri Mar 11 17:58:14 2011 +0100
     1.3 @@ -16,9 +16,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	# tazwok does not define _pkg correctly when both WANTED and SOURCE are set
     1.8 -	
     1.9 -
    1.10  	mkdir -p $fs/usr/lib/jvm/java-icedtea
    1.11  	cp -a $_pkg/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea
    1.12  }