Unverified Commit b0b3a708 authored by K900's avatar K900 Committed by GitHub
Browse files

buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899)

parents d3cba66b a59e625b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ let
    destination = "/etc/profile";
    text = ''
      export PS1='${name}-fhsenv:\u@\h:\w\$ '
      export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
      export LOCALE_ARCHIVE="''${LOCALE_ARCHIVE:-/usr/lib/locale/locale-archive}"
      export PATH="/run/wrappers/bin:/usr/bin:/usr/sbin:$PATH"
      export TZDIR='/etc/zoneinfo'