wok rev 7717
Little change to python-dev to make it works with tazwok-testing while keeping compatibility with tazwok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 19 17:37:40 2010 +0100 (2010-12-19) |
parents | 548e31294c31 |
children | 0a82a5440a11 3fe8b42d80b0 |
files | python-dev/receipt |
line diff
1.1 --- a/python-dev/receipt Sun Dec 19 11:29:47 2010 +0000 1.2 +++ b/python-dev/receipt Sun Dec 19 17:37:40 2010 +0100 1.3 @@ -14,8 +14,9 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin 1.7 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr 1.8 - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin 1.9 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.10 + cp -a $_pkg/usr/include $fs/usr 1.11 + cp -a $_pkg/usr/bin/*-config $fs/usr/bin 1.12 chmod 755 $fs/usr/bin/*-config 1.13 # in python package now 1.14 python_version=${VERSION:0:3}