http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12549 Nicholas van Oudtshoorn <vanoudt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |vanoudt@gmail.com Status|NEW |Needs Signoff --- Comment #2 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- Created attachment 45897 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45897&action=edit Allows selecting the path for fonts at installation time Allows for selection of DejaVu font path when installing from the command line. This is useful for non-debian distributions that don't store the fonts in the same place. Adds a new configuration variable to Makefile.PL: FONT_DIR Defaults to the Debian install location for the fonts. Test plan: 1. Run a CLI install, accepting the defaults. 2. Compare the generated koha-conf.xml to a previous install - the font path for DejaVu fonts should be the same. 3. Run another CLI install, this time choosing a custom path for the fonts 4. Check that the path selected is reflected in the koha-conf.xml file. -- You are receiving this mail because: You are watching all bug changes.