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 1e26863d0d
commit 41a1da26ef
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ download_sources
prepare_chroot
if arch-nspawn $cache_dir "$copydir" \
--setenv=TERM=xterm \
--bind="${PWD//:/\\:}:/startdir" \
--bind="${SRCDEST//:/\\:}:/srcdest" \
--tmpfs="/tmp:${tmp_opts}" \