wok-6.x diff pycairo/receipt @ rev 6659
psyco: fix opcodes for python 2.7
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 11 17:24:20 2010 +0200 (2010-10-11) |
parents | 5921dc28d8c6 |
children | 591275ef94d4 |
line diff
1.1 --- a/pycairo/receipt Sat Oct 09 15:31:15 2010 +0200 1.2 +++ b/pycairo/receipt Mon Oct 11 17:24:20 2010 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - PYTHON_LIB=$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.8 + PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.9 mkdir -p $fs/usr/lib 1.10 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.11 }