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