wok-next rev 7464
Made sure pyconfig.h was in python package again.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 30 21:23:19 2010 +0000 (2010-11-30) |
parents | 82a30a532c3f |
children | b63b71b8187f |
files | python/receipt |
line diff
1.1 --- a/python/receipt Tue Nov 30 21:04:29 2010 +0000 1.2 +++ b/python/receipt Tue Nov 30 21:23:19 2010 +0000 1.3 @@ -30,7 +30,7 @@ 1.4 cp -a $_pkg/usr/bin $fs/usr 1.5 cp -a $_pkg/usr/lib $fs/usr 1.6 # needed for mericurial to work now 1.7 - cp -a $_pkg/usr/include/${PACKAGE}${VERSION}/pyconfig.h $fs/usr/include/${PACKAGE}${VERSION} 1.8 + cp -a $_pkg/usr/include/${PACKAGE}${VERSION%.*}/pyconfig.h $fs/usr/include/${PACKAGE}${VERSION%.*} 1.9 find $fs/usr/lib/${PACKAGE}${VERSION} -name "*.pyc" -delete 1.10 find $fs/usr/lib/${PACKAGE}${VERSION} -name "*.pyo" -delete 1.11 rm -f $fs/usr/bin/*-config