# HG changeset patch # User Claudinei Pereira # Date 1262111153 0 # Node ID d3cfa94dc1c7d33e17209342ffee416a3a3f59b0 # Parent 2a19d6b11178df17a1870074a9d90c2480291ba4 Up: python-django (1.1.1) diff -r 2a19d6b11178 -r d3cfa94dc1c7 python-django/receipt --- a/python-django/receipt Tue Dec 29 18:13:20 2009 +0000 +++ b/python-django/receipt Tue Dec 29 18:25:53 2009 +0000 @@ -2,7 +2,7 @@ PACKAGE="python-django" SOURCE="Django" -VERSION="1.1" +VERSION="1.1.1" CATEGORY="development" SHORT_DESC="Django is a high-level Python Web framework." MAINTAINER="claudinei@slitaz.org" @@ -23,6 +23,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + find $_pkg -name "*.pyc" -exec rm '{}' \; mkdir -p $fs/usr cp -a $_pkg/usr $fs }