From a49193bf6b56810def04a8a0c448ad03ee74ba6a Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 20 May 2020 16:33:36 +0200 Subject: [PATCH] Set TERM within the systemd-nspawn container in makechrootpkg This is required by WINE to prevent ``` unknown: I need something more specific ``` --- src/makechrootpkg.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in index e68199d..deab4a8 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -366,6 +366,7 @@ download_sources prepare_chroot if arch-nspawn $cache_dir "$copydir" \ + --setenv=TERM=xterm \ --bind="${PWD//:/\\:}:/startdir" \ --bind="${SRCDEST//:/\\:}:/srcdest" \ --tmpfs="/tmp:${tmp_opts}" \