Files
Arch-R/projects/ArchR
Douglas Teles 70fb40de43 archr: drop F7 hatari/openbor bridges, fall through umbrellas
In F7 I added explicit bridge symlinks for hatari and openbor:
  ln -sf /storage/.hatari /var/lib/archr/data/hatari
  ln -sf /storage/openbor /var/lib/archr/games/openbor

That breaks the build at install time. The F5/F6 umbrella bridges
already turn /var/lib/archr/data and /var/lib/archr/games into
symlinks (-> /storage/.local/share and /storage/roms). When the
hatari ln -sf tries to create a child node under
/var/lib/archr/data, it follows the umbrella symlink, hits
/storage/.local/share which does not exist on the rootfs at build
time, and aborts with "No such file or directory".

Resolution: rely on the umbrella alone. /var/lib/archr/data/hatari
resolves to /storage/.local/share/hatari at runtime through the
umbrella; start_hatari.sh and start_OpenBOR.sh already mkdir -p the
final dir on first launch, so the dir materializes when needed.

Keep the /opt/jdk bridge because there is no /opt umbrella to fall
through.

This is the second clean-build fix on top of the wayland patch
rebase (7eff5d02a6).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-23 20:27:23 -03:00
..
2026-03-18 17:32:41 -03:00