Code

Added debian packaging fixes
[gosa.git] / gosa-core / debian / patches / 02_fix_template_location.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 02_fix_template_location.dpatch by  <cajus@localhost>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
7 @DPATCH@
8 diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
9 --- gosa-core~/include/functions.inc    2008-04-07 23:17:29.000000000 +0200
10 +++ gosa-core/include/functions.inc     2008-04-07 23:17:56.000000000 +0200
11 @@ -23,7 +23,7 @@
12  /* Configuration file location */
13  define ("CONFIG_DIR", "/etc/gosa");
14  define ("CONFIG_FILE", "gosa.conf");
15 -define ("CONFIG_TEMPLATE_DIR", "../contrib/");
16 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/");
17  
18  /* Define get_list flags */
19  define("GL_NONE",         0);