make.sh: Show correct architecture when in chroot

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-01-08 21:47:14 +00:00
parent 9fda5e9258
commit ab8464f4a2

View File

@@ -537,7 +537,7 @@ entershell() {
fi
echo "Entering to a shell inside LFS chroot, go out with exit"
local PS1="ipfire build chroot ($(uname -m)) \u:\w\$ "
local PS1="ipfire build chroot (${BUILD_ARCH}) \u:\w\$ "
if enterchroot bash -i; then
stdumount