wok-next rev 1515
newt: fix python version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 06 19:25:40 2008 +0000 (2008-10-06) |
parents | 52dc4b48ed81 |
children | 3f898e9b90bd |
files | newt/receipt |
line diff
1.1 --- a/newt/receipt Mon Oct 06 19:20:18 2008 +0000 1.2 +++ b/newt/receipt Mon Oct 06 19:25:40 2008 +0000 1.3 @@ -19,6 +19,7 @@ 1.4 # Fixe group/owner 1.5 chown -R root.root $src 1.6 1.7 + sed -i 's/python2.4/python2.5/' Makefile.in 1.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.9 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 make &&