FS#29131 - [sword] SWORD_GLOBAL_CONF_DIR not defined
Attached to Project:
Community Packages
Opened by Dominic Tubach (dotub) - Tuesday, 27 March 2012, 10:04 GMT
Last edited by Alexander F. Rødseth (xyproto) - Wednesday, 28 March 2012, 20:57 GMT
Opened by Dominic Tubach (dotub) - Tuesday, 27 March 2012, 10:04 GMT
Last edited by Alexander F. Rødseth (xyproto) - Wednesday, 28 March 2012, 20:57 GMT
|
Details
sword looks for the configuration in /sword.conf instead of
/etc/sword.conf because SWORD_GLOBAL_CONF_DIR ist not
defined in the cmake call in the PKGBUILD. That means that
the locales in /usr/share/sword/locales.d are not loaded. (I
would assume that other files in /usr/share/sword will also
be ignored.)
Solution: add "-DSWORD_GLOBAL_CONF_DIR=/etc" to the cmake call in PKGBUILD. |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Wednesday, 28 March 2012, 20:57 GMT
Reason for closing: Fixed
Wednesday, 28 March 2012, 20:57 GMT
Reason for closing: Fixed
Comment by
Alexander F. Rødseth (xyproto) -
Wednesday, 28 March 2012, 20:57 GMT
Updated the package, it should appear in community shortly. Thanks
for reporting.