wok diff newt/receipt @ rev 8181
imported patch toolchain/gcc.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
parents | 0548ca2d9e6e |
children | aa91b84f09b3 |
line diff
1.1 --- a/newt/receipt Wed May 20 17:32:15 2009 +0200 1.2 +++ b/newt/receipt Thu Jan 27 00:20:49 2011 +0100 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..."