On Tue, 15 Oct 2024 at 05:18, Aaron Baxter <kc8...@gmail.com> wrote:
> Oh thank you. That got me to the right place to see what it did.
>
> It had a symlink to the file, but in my home directory (in their respective 
> directories of course)
>
> lrwxrwxrwx 1 www-data www-data   76 Oct 15 01:58 messages.mo -> 
> /home/myuser/baculum_runtime/usr/share/locale/en/LC_MESSAGES/baculum-api.mo
> lrwxrwxrwx 1 www-data www-data   76 Oct 15 01:58 messages.mo -> 
> /home/myuser/baculum_runtime/usr/share/locale/en/LC_MESSAGES/baculum-web.mo
>
> To fix it, I copied the files to the correct spot 
> /usr/share/local/en/LC_MESSAGES and recreated the symlinks.
>
> ln -s /usr/share/locale/en/LC_MESSAGES/baculum-api.mo messages.mo
> ln -s /usr/share/locale/en/LC_MESSAGES/baculum-web.mo messages.mo

Hello Aaron,

Super!

> Perhaps in addition to the INSTALL update, the Makefile could be updated.  If 
> I get free time I'll do a pull and make the makefile more customizable and 
> possibly generate an install script.

Sounds great. Thanks in advance.

Best regards,
Marcin Haba (gani)


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to