# HG changeset patch # User Antoine Bodin # Date 1292776660 -3600 # Node ID df613de5b1992cc2de1093c5b46ff2912d9a91f5 # Parent 548e31294c3133015b97fcbd7acbec0cc764d96e Little change to python-dev to make it works with tazwok-testing while keeping compatibility with tazwok diff -r 548e31294c31 -r df613de5b199 python-dev/receipt --- a/python-dev/receipt Sun Dec 19 11:29:47 2010 +0000 +++ b/python-dev/receipt Sun Dec 19 17:37:40 2010 +0100 @@ -14,8 +14,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr - cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/bin/*-config $fs/usr/bin chmod 755 $fs/usr/bin/*-config # in python package now python_version=${VERSION:0:3}