mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Closes: #2507. In Bookworm, /usr/lib/GNUStep/SOGo/WebServerResources is a symlink to /usr/share/GNUStep/SOGo/WebServerResources. On Trixie, the directory /usr/lib/GNUStep does not exist. In both cases, /usr/share/GNUStep/SOGo/WebServerResources is where the actual resources are. Update apache configuration to use /usr/share instead of /usr/lib/. Tests: - On Bookworm and Trixie, install sogo and ensure that the web UI is working. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Benedek Nagy <contact@nbenedek.me>