wok diff newt/receipt @ rev 5995

jpeg: Upgrade to 8b
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 14:18:40 2010 +0000 (2010-08-14)
parents 0548ca2d9e6e
children aa91b84f09b3
line diff
     1.1 --- a/newt/receipt	Wed May 20 17:32:15 2009 +0200
     1.2 +++ b/newt/receipt	Sat Aug 14 14:18:40 2010 +0000
     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..."