wok diff python-turbogears/receipt @ rev 3804

Add xplanet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 05 13:38:51 2009 +0200 (2009-08-05)
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	Wed Aug 05 13:38:51 2009 +0200
     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