From c9e5da4c396182e6fed4791a07960870200bc3f8 Mon Sep 17 00:00:00 2001
From: Michael Scherer <misc@mageia.org>
Date: Mon, 18 Jul 2011 11:16:54 +0000
Subject: correct the location of the data

---
 modules/bugzilla/templates/webapp_bugzilla.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules/bugzilla')

diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf
index a37760d8..4bac6f78 100644
--- a/modules/bugzilla/templates/webapp_bugzilla.conf
+++ b/modules/bugzilla/templates/webapp_bugzilla.conf
@@ -1,5 +1,5 @@
 <%
-path_data_directory = lib_dir + "/bugzilla"
+path_data_directory =  "/var/lib/bugzilla"
 %>
 
 <Directory /usr/share/bugzilla/www>
-- 
cgit v1.2.1