wok diff python-django/receipt @ rev 6732

Up: mesa to 7.8.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 16 01:51:14 2010 +0000 (2010-10-16)
parents 8487ca1081a5
children d65df587bc17
line diff
     1.1 --- a/python-django/receipt	Thu Jul 30 10:16:57 2009 +0000
     1.2 +++ b/python-django/receipt	Sat Oct 16 01:51:14 2010 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="python-django"
     1.6  SOURCE="Django"
     1.7 -VERSION="1.1"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Django is a high-level Python Web framework."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -23,6 +23,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	find $_pkg -name "*.pyc" -exec rm '{}' \;
    1.17  	mkdir -p $fs/usr
    1.18  	cp -a $_pkg/usr $fs
    1.19  }