mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
ca904d5257
profile.d/010-archr-fhs exports seven variables (ARCHR_ETC, ARCHR_CONFIG, ARCHR_CACHE, ARCHR_DATA, ARCHR_GAMES, ARCHR_LOG, ARCHR_TMP) that future ArchR scripts should read instead of hardcoding /storage/.config and siblings. Every variable defaults to its current /storage location so behaviour is identical to today; subsequent FHS phases will flip the right-hand side without touching the callers. archr(7) gains an ENVIRONMENT section describing each variable, its current value and its FHS target so anyone writing a new script knows which name to use. docs/fhs-mapping.md: F0 marked complete; F1..F7 still pending. Risk: zero. The new file is read at login but only sets variables. No script reads them yet. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>