From 30c9b9827b95b935b5bbc2754a6397811586b69f 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 ``` --- makechrootpkg.in | 1 + 1 file changed, 1 insertion(+) diff --git a/makechrootpkg.in b/makechrootpkg.in index 1852b14..e048fb1 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -364,6 +364,7 @@ download_sources prepare_chroot if arch-nspawn $cache_dir "$copydir" \ + --setenv=TERM=xterm \ --bind="${PWD//:/\\:}:/startdir" \ --bind="${SRCDEST//:/\\:}:/srcdest" \ "${bindmounts_ro[@]}" "${bindmounts_rw[@]}" \