wok-6.x diff java-jre/receipt @ rev 8797
Fix compile_rules() for ebtables
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 22 23:53:22 2011 +0100 (2011-02-22) |
parents | 3e3e8aa68463 |
children | 274a96c02bbf |
line diff
1.1 --- a/java-jre/receipt Wed Oct 20 19:29:19 2010 +0000 1.2 +++ b/java-jre/receipt Tue Feb 22 23:53:22 2011 +0100 1.3 @@ -14,9 +14,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/jre-bin/* $fs/usr/bin 1.12 }