Code

updated tabs
[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@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix location of configuration template.
7 @DPATCH@
8 diff -uNr gosa-core/include/functions.inc gosa-core/include/functions.new
9 --- gosa-core/include/functions.inc       2009-12-03 11:23:55.000000000 +0100
10 +++ gosa-core/include/functions.new       2009-12-03 11:26:16.000000000 +0100
11 @@ -40,7 +40,7 @@
12  }
14  /* Define common locatitions */
15 -define ("CONFIG_TEMPLATE_DIR", "../contrib");
16 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa");
17  define ("TEMP_DIR","/var/cache/gosa/tmp");
19  /* Define get_list flags */