We were using a hardcoded entry for /openils/var here, but this should be a
variable that is altered based on how users configure/build Evergreen.
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
# sample staff-specific translation files
#PerlAddVar OILSWebLocale "en_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/en-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/staff/en-CA.po"
#PerlAddVar OILSWebLocale "fr_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/staff/fr-CA.po"
</LocationMatch>
<Location /js/>
# sample staff-specific translation files
#PerlAddVar OILSWebLocale "en_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/en-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/staff/en-CA.po"
#PerlAddVar OILSWebLocale "fr_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/staff/fr-CA.po"
</LocationMatch>
<Location /js/>