On 24 October 2012 23:16, Paul Poulain <[email protected]> wrote: > Le 22/10/2012 14:19, Paul Poulain a écrit : >> Hi koha-devel, > > Important dddition to the previous mail: the sed is not enough... it > does not change usmarc.mar, that is required for Authorities in grs1 > The authority search badly fails until you've updated usmarc.mar to have: > name unimarc > reference unimarc > > (instead of > name usmarc > reference usmarc > ) > > So upgrading requires 3 steps: > cd path/to/your/zebra/config/files > sed -i 's/syntax="usmarc"/syntax="unimarc"/' `grep -rl 'syntax="usmarc"' *` > vi etc/usmarc.mar > Probably the best option, for git installs as well as tarball ones (the packages obviously don't need it) is to run the upgrade process.
make upgrade works for dev installs as well as for standard ones. Chris _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
