wok diff icedtea6-jdk/receipt @ rev 19224

Add bsc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 21 15:47:21 2016 +0200 (2016-06-21)
parents b63f49cad2a3
children e6537fd120f9
line diff
     1.1 --- a/icedtea6-jdk/receipt	Mon Sep 14 12:13:40 2015 -0300
     1.2 +++ b/icedtea6-jdk/receipt	Tue Jun 21 15:47:21 2016 +0200
     1.3 @@ -73,7 +73,9 @@
     1.4  
     1.5  	mem=$(free | awk '/Mem:/ { printf "%d\n",$2/1024 }')
     1.6  	cat > slitaz.sh <<EOT
     1.7 -find -name CurrencyData.properties | xargs sed -i 's/TR=TRL.*/TR=TRY/'
     1.8 +# disable currency timebomb
     1.9 +find -name GenerateCurrencyData.java | xargs sed -i 's|throw new RuntimeException("time is|System.err.println("time is|' 2> /dev/null
    1.10 +find -name CurrencyData.properties | xargs sed -i 's/TR=TRL.*/TR=TRY/' 2> /dev/null
    1.11  # Busybox compatibility
    1.12  #find -name Sanity.gmk | xargs sed -i 's/--sync -kP/-k/' Makefile 
    1.13  find -name Platform.gmk | xargs sed -i "s@MB_OF_MEMORY *:=.*free.*@MB_OF_MEMORY := $mem@" Makefile