From 8f5833a31b1840816f89c5b0a6c7451f80a6c386 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 009e15b..5504f0c 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -382,6 +382,7 @@ download_sources prepare_chroot nspawn_build_args=( + --setenv=TERM=xterm --bind="${PWD//:/\\:}:/startdir" --bind="${SRCDEST//:/\\:}:/srcdest" --tmpfs="/tmp:${tmp_opts}"