wok-next diff ecj/receipt @ rev 8993
Wormux is now named warmux. Up: warmux to 11.01.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 06:01:52 2011 +0000 (2011-03-03) |
parents | e78352b9359e |
children | ad00280438a6 |
line diff
1.1 --- a/ecj/receipt Sat Aug 14 14:44:19 2010 +0000 1.2 +++ b/ecj/receipt Thu Mar 03 06:01:52 2011 +0000 1.3 @@ -20,10 +20,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # Please see the link below for a feature request addressing jar untar errors 1.8 - # http://labs.slitaz.org/issues/show/133 1.9 - echo " ** IGNORING ANY UNTAR ERRORS - UNTAR NOT NEEDED **" 1.10 - 1.11 # Build the ecj shell script to use the current version 1.12 mkdir -p $src/_pkg/usr/bin && 1.13 echo "#!/bin/sh" > $src/_pkg/usr/bin/ecj && 1.14 @@ -32,8 +28,7 @@ 1.15 chmod +x $src/_pkg/usr/bin/ecj && 1.16 1.17 mkdir -p $src/_pkg/usr/share/java && 1.18 - cp -a $SOURCES_REPOSITORY/$TARBALL $src/_pkg/usr/share/java && 1.19 - echo " ** BUILD SUCCEEDED **" 1.20 + cp -a $src/$TARBALL $src/_pkg/usr/share/java 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.