diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2011-09-10 23:21:12 +0200 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2011-09-10 23:21:12 +0200 |
| commit | 0c2cc9da3a9ea5c905561d79a53b44a9f981024e (patch) | |
| tree | 8be5b6693e3499196346910bd655c6023f6dc768 /python/python-django.spec | |
| parent | da85456456dcb3d153babfc6b0dc5e8192eb286d (diff) | |
| download | specs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.tar.gz specs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.tar.xz specs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.zip | |
python-django: use correct source dir
Diffstat (limited to 'python/python-django.spec')
| -rw-r--r-- | python/python-django.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
