Set TERM within the systemd-nspawn container in makechrootpkg

This is required by WINE to prevent
```
unknown: I need something more specific
```
This commit is contained in:
Martchus 2020-05-20 16:33:36 +02:00
parent 78de2a3759
commit 83958da9c3
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ download_sources
prepare_chroot
if arch-nspawn $cache_dir "$copydir" \
--setenv=TERM=xterm \
--bind="${PWD//:/\\:}:/startdir" \
--bind="${SRCDEST//:/\\:}:/srcdest" \
"${bindmounts_ro[@]}" "${bindmounts_rw[@]}" \