mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-31 15:49:01 +00:00
abuild: display target arch in xterm title for cross build
This commit is contained in:
parent
d13decf47b
commit
9207fccde2
@ -2250,7 +2250,7 @@ fi
|
||||
controldir="$pkgbasedir"/.control.${subpkgname:-$pkgname}
|
||||
|
||||
trap 'die "Aborted by user"' INT
|
||||
[ -z "$subpkgdir" ] && set_xterm_title "abuild: $pkgname"
|
||||
[ -z "$subpkgdir" ] && set_xterm_title "abuild${CROSS_COMPILE+-$CARCH}: $pkgname"
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
set all
|
||||
|
Loading…
Reference in New Issue
Block a user