summaryrefslogtreecommitdiffstats
path: root/01_fix_template_location.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-23 13:13:03 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-23 13:13:03 +0200
commit1cf882aff9f282f79a75d9078a42ff75b640d855 (patch)
tree9e81523c42f56ebb686ab2e4ce1d5c5c8c94d29c /01_fix_template_location.patch
parent73389078895930be498ea01bcf06bfa6fed2a9e1 (diff)
start cleaning
Diffstat (limited to '01_fix_template_location.patch')
-rw-r--r--01_fix_template_location.patch12
1 files changed, 12 insertions, 0 deletions
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 */