mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +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
|
||||
|
||||
sudo pbuilder $OPERATION \
|
||||
--basetgz $BASE_DIR/$DISTRIBUTION-base.tgz \
|
||||
--basetgz $BASE_DIR/$DISTRIBUTION-$( ([ "$BINARCH" != "" ] && echo $BINARCH) || echo $ARCH )-base.tgz \
|
||||
--distribution $DISTRIBUTION \
|
||||
$( [ -z $BINARCH ] || echo "--binary-arch $BINARCH" ) \
|
||||
--buildresult $BASE_DIR/${DISTRIBUTION}_result \
|
||||
|
Loading…
x
Reference in New Issue
Block a user