summaryrefslogtreecommitdiffstats
path: root/src/Hooks/Makefile.am
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-05-14 11:47:57 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-05-14 11:47:57 +0200
commitdbc085851b8084f68622c309011c16e020913896 (patch)
tree818be74050e0a981ef14fe75267c367a73303043 /src/Hooks/Makefile.am
parentec3f16062651456c79cf5ec54b18759caf515361 (diff)
downloadabrt-dbc085851b8084f68622c309011c16e020913896.tar.gz
abrt-dbc085851b8084f68622c309011c16e020913896.tar.xz
abrt-dbc085851b8084f68622c309011c16e020913896.zip
Revert "Daemon socket for reporting crashes"
This reverts commit 91c7c2ee8fa9ab6c29a7ddc64cff1fa9f5e2918a.
Diffstat (limited to 'src/Hooks/Makefile.am')
-rw-r--r--src/Hooks/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index 3c8aeb94..ef4ab821 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -47,10 +47,9 @@ EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS)
CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc))
-# Must be synchronized with another sed call below.
abrt_exception_handler.py:
- sed s,\@VAR_RUN\@,\"$(VAR_RUN)\",g abrt_exception_handler.py.in > abrt_exception_handler.py
+ sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py
# RPM fix: we need to regenerate abrt_exception_handler.py, because it has the default ddir
install-data-local:
- sed s,\@VAR_RUN\@,\"$(VAR_RUN)\",g abrt_exception_handler.py.in > abrt_exception_handler.py
+ sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py