mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
pbuilder-dist: fixed problem when using more than one architecture.
This commit is contained in:
parent
e2bbdb1bb6
commit
d74688f04c
@ -143,7 +143,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sudo pbuilder $OPERATION \
|
sudo pbuilder $OPERATION \
|
||||||
--basetgz $BASE_DIR/$DISTRIBUTION-base.tgz \
|
--basetgz $BASE_DIR/$DISTRIBUTION-$( ([ "$BINARCH" != "" ] && echo $BINARCH) || echo $ARCH )-base.tgz \
|
||||||
--distribution $DISTRIBUTION \
|
--distribution $DISTRIBUTION \
|
||||||
$( [ -z $BINARCH ] || echo "--binary-arch $BINARCH" ) \
|
$( [ -z $BINARCH ] || echo "--binary-arch $BINARCH" ) \
|
||||||
--buildresult $BASE_DIR/${DISTRIBUTION}_result \
|
--buildresult $BASE_DIR/${DISTRIBUTION}_result \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user