mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
pgo: full-inner: do not set LC_CTYPE=en_US.UTF-8
That locale may not exist. Instead, require the user/build script to explicitly set an UTF-8 locale. Document this in INSTALL.md, and in the bundled PKGBUILD.
This commit is contained in:
parent
9b0fb39951
commit
9389f337d0
4 changed files with 41 additions and 5 deletions
|
|
@ -15,10 +15,10 @@ rm -f "${blddir}"/pgo-ok
|
|||
# To ensure profiling data is generated in the build directory
|
||||
cd "${blddir}"
|
||||
|
||||
LC_CTYPE=en_US.UTF-8 "${blddir}"/footclient --version
|
||||
LC_CTYPE=en_US.UTF-8 "${blddir}"/foot \
|
||||
--config=/dev/null \
|
||||
--term=xterm \
|
||||
"${blddir}"/footclient --version
|
||||
"${blddir}"/foot \
|
||||
--config=/dev/null \
|
||||
--term=xterm \
|
||||
sh -c "
|
||||
set -eux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue