summaryrefslogtreecommitdiffstats
path: root/01_fix_template_location.patch
blob: 274cf32b646a7feaa815f8c3c98b2ff546d45579 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */