wok rev 8524
.jar is now handled by tazwok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 03:22:30 2011 +0100 (2011-02-13) |
parents | 9fc32aa2b184 |
children | 7fa7fb8b0f2a |
files | ecj/receipt |
line diff
1.1 --- a/ecj/receipt Sun Feb 13 03:21:54 2011 +0100 1.2 +++ b/ecj/receipt Sun Feb 13 03:22:30 2011 +0100 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.