wok-next diff python-dev/receipt @ rev 7467
Fix adding pyconfig.h to python package again.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 01 04:37:14 2010 +0000 (2010-12-01) |
parents | 15b3f14c3001 |
children | 4387a98222dc |
line diff
1.1 --- a/python-dev/receipt Tue Nov 30 04:36:20 2010 +0000 1.2 +++ b/python-dev/receipt Wed Dec 01 04:37:14 2010 +0000 1.3 @@ -18,6 +18,6 @@ 1.4 cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin 1.5 chmod 755 $fs/usr/bin/*-config 1.6 # in python package now 1.7 - rm $fs/usr/include/${PACKAGE}${VERSION}/pyconfig.h 1.8 + rm $fs/usr/include/${PACKAGE}${VERSION%.*}/pyconfig.h 1.9 } 1.10