From b21a17491ab4eab43b871da791a8a8ef84489be1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 20 Jul 2009 17:29:58 +0200 Subject: Fix build system for the case where configure was run with non-default prefix Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 13a0ed6..66c654e 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -31,7 +31,7 @@ #define SQLITE3_MASTER_TABLE "sqlite_master" CSQLite3::CSQLite3() : - m_sDBPath("/var/cache/abrt/abrt-db"), + m_sDBPath(LOCALSTATEDIR "/cache/abrt/abrt-db"), m_pDB(NULL) {} -- cgit