http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540
--- Comment #2 from Magnus Enger <[email protected]> 2011-06-29 12:44:06 UTC --- Hm, my guess would be that it should be possible to alter debian/templates/zebra-biblios-site.cfg.in which now has this: 5 # Where are the config files located? 6 profilePath:/etc/koha/zebradb/biblios/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/marc21/biblios:/etc/koha/zebradb/lang_defs/en 7 # modulePath - where to look for loadable zebra modules 8 modulePath: /usr/lib/idzebra-2.0/modules and turn line 6 into something like this: profilePath:/etc/koha/zebradb/biblios/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/__ZEBRA_MARC_FORMAT__/biblios:/etc/koha/zebradb/lang_defs/__ZEBRA_LANGUAGE__ and have koha-create replace the variables, similar to other settings in the same file? (This would mean turning the zebra language into an option, not just the marcflavor, which would be a good thing.) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
