wok-6.x diff newt/receipt @ rev 1931
slitaz-loram: use gzip compression
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 24 17:34:33 2008 +0000 (2008-12-24) |
parents | 3d99ecce2d4b |
children | 7d4197e5834d |
line diff
1.1 --- a/newt/receipt Sun Oct 05 23:16:15 2008 +0000 1.2 +++ b/newt/receipt Wed Dec 24 17:34:33 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 &&