Code

78ba89e617f7db218c3c7b3de06f644bc40aac78
[gosa.git] / gosa-core / debian / patches / 02_fix_template_location.patch
1 Author: <cajus@debian.org>
2 Description: Fix location of configuration template.
3 --- a/include/functions.inc
4 +++ b/gosa-core/include/functions.inc
5 @@ -40,7 +40,7 @@
6  }
7  
8  /* Define common locatitions */
9 -define ("CONFIG_TEMPLATE_DIR", "../contrib");
10 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa");
11  define ("TEMP_DIR","/var/cache/gosa/tmp");
12  
13  /* Define get_list flags */