wok-6.x diff newt/receipt @ rev 6031

icedtea6-jdk: be less memory hungry (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 15 17:29:22 2010 +0200 (2010-08-15)
parents 0548ca2d9e6e
children aa91b84f09b3
line diff
     1.1 --- a/newt/receipt	Wed May 20 17:32:15 2009 +0200
     1.2 +++ b/newt/receipt	Sun Aug 15 17:29:22 2010 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	# Fixe group/owner
     1.5  	chown -R root.root $src
     1.6  
     1.7 -	python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|')
     1.8 +	python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|' | head -1)
     1.9  	tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|')
    1.10  
    1.11  	echo "Patching for $python and $tcl..."