summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
commit091b9f6d3c1613e32e08e7f4663726344408d4a3 (patch)
treefe5d04bbb7ac94bfc6602f36e9a1be8c4093dad1 /src/Hooks
parent75db7fd0ea56cfa648e9ac30230a0fe3349d39cd (diff)
downloadabrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.gz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.xz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.zip
Fixed spec file, to work with new version
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/Makefile.am2
-rw-r--r--src/Hooks/abrt_exception_handler.py.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index db2cb957..ba067a50 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -8,6 +8,8 @@ hookCCpp_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \
python_PYTHON = sitecustomize.py abrt_exception_handler.py
+EXTRA_DIST = abrt_exception_handler.py.in
+
pyhookconfdir = $(CONF_DIR)
dist_pyhookconf_DATA = pyhook.conf
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in
index 4283f3b6..689b5e0c 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -110,7 +110,6 @@ def write_dump(pid, tb_uuid, tb):
import time
ttime = int(time.time())
# localstatedir
- #dir_name = "/home/jmoskovc/.local/abrt/var/cache/abrt/pyhook-%s-%s" % (ttime , pid)
dir_name = "@DEBUG_DUMP_DIR@/pyhook-%s-%s" % (ttime , pid)
dd = ABRTUtils.CDebugDump()
try: