Blame SOURCES/0028-python-install-modules-to-sitearch-directory.patch

06486d
From 6ada05045535af7a3960c5d7f4b6c7c7bdd7446c Mon Sep 17 00:00:00 2001
06486d
From: Jakub Filak <jfilak@redhat.com>
06486d
Date: Fri, 31 Jan 2014 11:09:46 +0100
06486d
Subject: [ABRT PATCH 28/29] python: install modules to sitearch directory
06486d
06486d
Related to rhbz#881123
06486d
06486d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
06486d
---
06486d
 src/python-problem/problem/Makefile.am | 2 +-
06486d
 1 file changed, 1 insertion(+), 1 deletion(-)
06486d
06486d
diff --git a/src/python-problem/problem/Makefile.am b/src/python-problem/problem/Makefile.am
06486d
index cd8f04e..c7d99cb 100644
06486d
--- a/src/python-problem/problem/Makefile.am
06486d
+++ b/src/python-problem/problem/Makefile.am
06486d
@@ -1,6 +1,6 @@
06486d
 problem_PYTHON = __init__.py exception.py proxies.py tools.py watch.py config.py
06486d
 
06486d
-problemdir = $(pythondir)/problem
06486d
+problemdir = $(pyexecdir)/problem
06486d
 
06486d
 pyabrtdir = $(problemdir)
06486d
 pyabrt_LTLIBRARIES = _pyabrt.la
06486d
-- 
06486d
1.8.3.1
06486d