From 1cf882aff9f282f79a75d9078a42ff75b640d855 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 23 May 2010 13:13:03 +0200 Subject: start cleaning --- 01_fix_template_location.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 01_fix_template_location.patch (limited to '01_fix_template_location.patch') diff --git a/01_fix_template_location.patch b/01_fix_template_location.patch new file mode 100644 index 0000000..274cf32 --- /dev/null +++ b/01_fix_template_location.patch @@ -0,0 +1,12 @@ +diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc +--- gosa-core~/include/functions.inc 2008-05-30 10:39:33.000000000 +0200 ++++ gosa-core/include/functions.inc 2008-06-03 09:16:19.000000000 +0200 +@@ -40,7 +40,7 @@ + } + + /* Define common locatitions */ +-define ("CONFIG_TEMPLATE_DIR", "../contrib"); ++define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa"); + define ("TEMP_DIR","/var/cache/gosa/tmp"); + + /* Define get_list flags */ -- cgit