wok-4.x diff python-turbogears/receipt @ rev 4702
squashfs: add lzma support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 03 18:38:54 2010 +0100 (2010-01-03) |
parents | 25c18407eac2 |
children | 5921dc28d8c6 |
line diff
1.1 --- a/python-turbogears/receipt Fri Jun 12 00:19:56 2009 +0000 1.2 +++ b/python-turbogears/receipt Sun Jan 03 18:38:54 2010 +0100 1.3 @@ -17,6 +17,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # Tgsetup dont build TurboGearsKid and friends if there are already 1.8 + # installed, so remove python-turbogears before building. 1.9 + if [ -d /var/lib/tazpkg/installed/python-turbogears ]; then 1.10 + yes | tazpkg remove python-turbogears 1.11 + fi 1.12 # Use tgsetup.py to bootstrap installation with all deps. It will 1.13 # build: TurbuGears, TurboCheetah, TurboJson and TurboKid. 1.14 cd $src/tools