From 4136f61dbd4325a636b513513ee7c8f2cbbd3cef Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 May 2010 15:42:18 +0200 Subject: remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludge It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko --- src/Daemon/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Daemon/Makefile.am') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 95415463..382f104f 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -17,7 +17,6 @@ abrtd_CPPFLAGS = \ -DBIN_DIR=\"$(bindir)\" \ -DVAR_RUN=\"$(VAR_RUN)\" \ -DCONF_DIR=\"$(CONF_DIR)\" \ - -DDEBUG_DUMPS_DIR_OLD=\"$(DEBUG_DUMPS_DIR_OLD)\" \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ -DDEBUG_INFO_DIR=\"$(DEBUG_INFO_DIR)\" \ -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ -- cgit