# HG changeset patch # User Antoine Bodin # Date 1297563750 -3600 # Node ID 1ee924e11aed5bb1b9fdf33abc6aadca25d056b0 # Parent 9fc32aa2b18405464d8b42730c27059e81804c27 .jar is now handled by tazwok diff -r 9fc32aa2b184 -r 1ee924e11aed ecj/receipt --- a/ecj/receipt Sun Feb 13 03:21:54 2011 +0100 +++ b/ecj/receipt Sun Feb 13 03:22:30 2011 +0100 @@ -20,10 +20,6 @@ # Rules to configure and make the package. compile_rules() { - # Please see the link below for a feature request addressing jar untar errors - # http://labs.slitaz.org/issues/show/133 - echo " ** IGNORING ANY UNTAR ERRORS - UNTAR NOT NEEDED **" - # Build the ecj shell script to use the current version mkdir -p $src/_pkg/usr/bin && echo "#!/bin/sh" > $src/_pkg/usr/bin/ecj && @@ -32,8 +28,7 @@ chmod +x $src/_pkg/usr/bin/ecj && mkdir -p $src/_pkg/usr/share/java && - cp -a $SOURCES_REPOSITORY/$TARBALL $src/_pkg/usr/share/java && - echo " ** BUILD SUCCEEDED **" + cp -a $src/$TARBALL $src/_pkg/usr/share/java } # Rules to gen a SliTaz package suitable for Tazpkg.