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 342d07e271
commit 6e4ac88443
1 changed files with 1 additions and 0 deletions

View File

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