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

Akira TAGOH tagoh at fedoraproject.org
Mon Feb 10 02:05:00 UTC 2014


commit cfef53bd36981474fe110434915988c43f4a9428
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Feb 10 11:05:34 2014 +0900

    Fix the installation path for python scripts (#1062560)

 fonts-tweak-tool-sitearchdir.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/fonts-tweak-tool-sitearchdir.patch b/fonts-tweak-tool-sitearchdir.patch
new file mode 100644
index 0000000..fcc1d35
--- /dev/null
+++ b/fonts-tweak-tool-sitearchdir.patch
@@ -0,0 +1,12 @@
+diff -pruN fonts-tweak-tool-0.3.2.orig/fontstweak/Makefile.am fonts-tweak-tool-0.3.2/fontstweak/Makefile.am
+--- fonts-tweak-tool-0.3.2.orig/fontstweak/Makefile.am	2013-05-13 15:48:12.000000000 +0900
++++ fonts-tweak-tool-0.3.2/fontstweak/Makefile.am	2014-02-05 20:18:51.000000000 +0900
+@@ -35,7 +35,7 @@ pyscripts_sources =	\
+ 	$(NULL)
+ 
+ pyscripts_PYTHON = $(pyscripts_sources)
+-pyscriptsdir = $(pythondir)/fontstweak
++pyscriptsdir = $(pyexecdir)/fontstweak
+ 
+ lib_LTLIBRARIES =			\
+ 	libfontstweak-resources.la	\


More information about the scm-commits mailing list