[fonts-tweak-tool] Fix the installation path for python scripts (#1062560)

Akira TAGOH tagoh at fedoraproject.org
Mon Feb 10 02:45:52 UTC 2014


commit 0df415667da84043e3de7230ae5fa5d3135e805f
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Feb 10 11:46:26 2014 +0900

    Fix the installation path for python scripts (#1062560)

 fonts-tweak-tool.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec
index c92120e..b3303e4 100644
--- a/fonts-tweak-tool.spec
+++ b/fonts-tweak-tool.spec
@@ -48,7 +48,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gir-*/FontsTweak-*.gir
 %files -f %{name}.lang
 %doc README COPYING AUTHORS NEWS
 %{_bindir}/%{name}
-%{python_sitelib}/fontstweak
+%{python_sitearch}/fontstweak
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_libdir}/libfontstweak-resources.so.0*


More information about the scm-commits mailing list