wok-current diff childsplay/receipt @ rev 10159
Up: libcanberra to 0.28.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:41:38 2011 +0000 (2011-05-20) |
parents | 5921dc28d8c6 |
children | cc669956b01c |
line diff
1.1 --- a/childsplay/receipt Sat Oct 09 15:31:15 2010 +0200 1.2 +++ b/childsplay/receipt Fri May 20 19:41:38 2011 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 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 sed -i "s|PREFIX = '/usr/local'|PREFIX = '_pkg/usr'|" $src/setup.py 1.10 sed -i \ 1.11 "s|get_python_lib()|'_pkg', 'usr', 'lib', '$PYTHON_LIB', 'site-packages'|" \