File: 38_bins_search

package info (click to toggle)
bins 1.1.29-16
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,836 kB
  • ctags: 2,351
  • sloc: perl: 5,161; xml: 2,536; sh: 314; makefile: 177
file content (14 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Boro Sitnikovski <buritomath@yahoo.com>
Description: doesn't find search.js when using non default template
Bug-Debian: http://bugs.debian.org/411149

--- a/bins	2010-01-18 09:41:35.000000000 +0100
+++ b/bins_NEW	2012-06-19 00:40:11.384934876 +0200
@@ -3858,6 +3858,7 @@
                          $configHash->{templateStyle}, GLOB_TILDE));
     push(@dirs, bsd_glob($configHash->{globalDataDir}."/templates.".
                          $configHash->{templateStyle}, GLOB_TILDE));
+    push(@dirs, bsd_glob($configHash->{globalDataDir}."/templates.swigs", GLOB_TILDE));
 
     foreach my $dir (@dirs) {
         beVerboseN("  Looking for HTML template $templateName in $dir...", 4);