mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
PKGBUILD: explicitly set --term=xterm
The 'foot' terminfo may not be installed/available when we run the intermediate foot binary, so explicitly use 'xterm' instead.
This commit is contained in:
parent
16f15d1a36
commit
7323f18859
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -19,7 +19,7 @@ build() {
|
|||
ninja
|
||||
|
||||
tmp_file=$(mktemp)
|
||||
./foot -- sh -c "../scripts/generate-alt-random-writes.py --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${tmp_file} && cat ${tmp_file}"
|
||||
./foot --term=xterm -- sh -c "../scripts/generate-alt-random-writes.py --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${tmp_file} && cat ${tmp_file}"
|
||||
rm "${tmp_file}"
|
||||
|
||||
meson configure -Db_pgo=use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue