From 41a1da26ef4f29abc1c622bbaad55791e50d9a61 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 e903104..56c2fd0 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -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}" \