[python-django-mptt] fixed path in %files

Jakub Dorňák jdornak at fedoraproject.org
Sun Dec 1 19:31:53 UTC 2013


commit 1a23e24d618962e1d5ad76a666d99869899a889c
Author: Jakub Dorňák <jdornak at redhat.com>
Date:   Sun Dec 1 20:31:15 2013 +0100

    fixed path in %files

 python-django-mptt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-django-mptt.spec b/python-django-mptt.spec
index 6a189bc..07dc746 100644
--- a/python-django-mptt.spec
+++ b/python-django-mptt.spec
@@ -119,7 +119,7 @@ popd
 %files -n python3-django-mptt -f python3-django.lang
 %doc LICENSE README.rst NOTES
 %{python3_sitelib}/django_mptt-%{version}-py3.*.egg-info
-%dir %{python_sitelib}/mptt
+%dir %{python3_sitelib}/mptt
 %{python3_sitelib}/mptt/*.py
 %{python3_sitelib}/mptt/templates
 %{python3_sitelib}/mptt/templatetags


More information about the scm-commits mailing list