mk-sbuild: Drop -cross from cross-building chroots, in line with sbuild.

This commit is contained in:
Colin Watson 2013-02-05 19:46:02 +00:00
parent 8bcad215ef
commit 77bde6c1c0

View File

@ -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