From 5d71133fe4a5d92d7a24072da9358d76b22ec313 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Wed, 9 Oct 2013 17:07:21 +0200 Subject: [ABRT PATCH 1/2] install problem examples to python dir Byte compiled files have different content for different architectures. rpmdiff requires to have equal content on all architectures for all corresponding documentation files. Related to rhbz#1016506 Signed-off-by: Jakub Filak --- src/python-problem/examples/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/python-problem/examples/Makefile.am b/src/python-problem/examples/Makefile.am index e8da2d7..b93e0c3 100644 --- a/src/python-problem/examples/Makefile.am +++ b/src/python-problem/examples/Makefile.am @@ -1,4 +1,4 @@ -example_python_DATA = \ +example_PYTHON = \ bugzilla_numbers.py \ daemon_example.py \ edit_example.py \ @@ -9,6 +9,4 @@ example_python_DATA = \ watch_example.py \ thread_watch_example.py -example_pythondir = $(datadir)/doc/$(PACKAGE)-python-$(VERSION)/examples - -EXTRA_DIST = $(example_python_DATA) +exampledir = $(pythondir)/problem_examples -- 1.8.3.1