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 4b2e024b61
commit 8f5833a31b
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ download_sources
prepare_chroot
nspawn_build_args=(
--setenv=TERM=xterm
--bind="${PWD//:/\\:}:/startdir"
--bind="${SRCDEST//:/\\:}:/srcdest"
--tmpfs="/tmp:${tmp_opts}"