Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Sep 09, 2020
  3. May 21, 2020
    • Simon McVittie's avatar
      locale-gen: Add --output-dir option · e69ce85e
      Simon McVittie authored
      
      At the moment it writes to the current working directory, and we invoke
      it via `bwrap ... --chdir DIRECTORY`; but we want to make it possible to
      use this code from inside a Flatpak runtime (at least in the case where
      we're using the host system's glibc), which means we won't be allowed
      to run bwrap and must do this some other way.
      
      Rather than using `env --chdir=...` (which isn't supported in scout
      anyway), let's teach this script to output to an explicitly specified
      directory.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      e69ce85e
  4. Sep 12, 2019
Loading