wok diff java-jdk/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents 3e3e8aa68463
children 274a96c02bbf
line diff
     1.1 --- a/java-jdk/receipt	Wed Oct 20 19:29:19 2010 +0000
     1.2 +++ b/java-jdk/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -15,9 +15,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 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
     1.9 -
    1.10  	mkdir -p $fs/usr/bin
    1.11  	cp -a $_pkg/usr/jdk-bin/* $fs/usr/bin
    1.12  }