pbuilder-dist: fix for amd64 arch changing.

This commit is contained in:
Siegfried-Angel Gevatter Pujals (RainCT) 2007-08-14 12:22:02 +02:00
parent 939e68d13f
commit 1da77082b5

View File

@ -164,7 +164,7 @@ fi
sudo pbuilder $OPERATION \
--basetgz $BASE_DIR/$FOLDERBASE-base.tgz \
--distribution $DISTRIBUTION \
$( [ -z $BINARCH ] || echo "--binary-arch $BINARCH" ) \
$( [ -z $BINARCH ] || echo "--debootstrapopts \"--arch\" --debootstrapopts \"$BINARCH\"" ) \
$( [ $SAVELOG = 0 ] || echo "--logfile $BASE_DIR/.lastlog" ) \
$( [ -z $DEBCACHE ] || echo "--aptcache $DEBCACHE" ) \
--buildresult $BASE_DIR/${FOLDERBASE}_result \