From 790f1b870e3e144f30bad69a58bb6bc47c5538c9 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 85fa313..b80f557 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[@]}" \