From 0c2cc9da3a9ea5c905561d79a53b44a9f981024e Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 10 Sep 2011 23:21:12 +0200 Subject: python-django: use correct source dir --- python/python-django.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python-django.spec') diff --git a/python/python-django.spec b/python/python-django.spec index de8e922..1d72747 100644 --- a/python/python-django.spec +++ b/python/python-django.spec @@ -47,7 +47,7 @@ Python Web framework. %endif %prep -%setup -q +%setup -q -n Django-%{version} # remove bundled simplejson cd django/utils/simplejson/ rm -rf * -- cgit