diff options
Diffstat (limited to 'modules/bugzilla/templates/webapp_bugzilla.conf')
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index 6f22eed0..a37760d8 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -1,5 +1,5 @@ <% -path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +path_data_directory = lib_dir + "/bugzilla" %> <Directory /usr/share/bugzilla/www> |