mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 08:51:29 +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
|
if [ -z "$TARGET_ARCH" ]; then
|
||||||
CHROOT_NAME="${name}-${CHROOT_ARCH}"
|
CHROOT_NAME="${name}-${CHROOT_ARCH}"
|
||||||
else
|
else
|
||||||
CHROOT_NAME="${name}-cross-${CHROOT_ARCH}-${TARGET_ARCH}"
|
CHROOT_NAME="${name}-${CHROOT_ARCH}-${TARGET_ARCH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$synonym" ]; then
|
if [ -z "$synonym" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user