pbuilder-dist: fixed problem when using more than one architecture.

This commit is contained in:
Siegfried-Angel Gevatter Pujals (RainCT) 2007-08-08 21:22:44 +02:00
parent e2bbdb1bb6
commit d74688f04c

View File

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