mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-24 09:21:08 +00:00
mk-sbuild: Drop -cross from cross-building chroots, in line with sbuild.
This commit is contained in:
parent
8bcad215ef
commit
77bde6c1c0
@ -317,7 +317,7 @@ fi
|
||||
if [ -z "$TARGET_ARCH" ]; then
|
||||
CHROOT_NAME="${name}-${CHROOT_ARCH}"
|
||||
else
|
||||
CHROOT_NAME="${name}-cross-${CHROOT_ARCH}-${TARGET_ARCH}"
|
||||
CHROOT_NAME="${name}-${CHROOT_ARCH}-${TARGET_ARCH}"
|
||||
fi
|
||||
|
||||
if [ -z "$synonym" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user