From cfef53bd36981474fe110434915988c43f4a9428 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Feb 10 2014 02:05:34 +0000 Subject: Fix the installation path for python scripts (#1062560) --- 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 \