]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Show correct architecture when in chroot
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 21:47:14 +0000 (21:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 21:47:14 +0000 (21:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 55387408396cd7762d0ce8b4da9d3b97c7648506..213ecd4f61abf461d25a35aa61dacfea7f78b09d 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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