Code

Updated patch 01
[gosa.git] / gosa-core / redhat / 01_fix_template_location.patch
1 diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
2 --- gosa-core~/include/functions.inc    2010-02-02 14:02:18.000000000 +0100
3 +++ gosa-core/include/functions.inc     2010-02-02 14:01:25.000000000 +0100
4 @@ -40,7 +40,7 @@
5  }
7  /* Define common locatitions */
8 -define ("CONFIG_TEMPLATE_DIR", "../contrib");
9 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa");
10  define ("TEMP_DIR","/var/cache/gosa/tmp");
12  /* Define get_list flags */