> I'd like to pass --arch=amd64 to debootstrap, but it looks like having > the following in /root/.pbuilderrc doesn't work properly: > | DEBOOTSTRAPOPTS="--arch=amd64" > (either with or without the second '=' sign)
Try:
DEBOOTSTRAPOPTS[0]="--arch=amd64"
regards,
junichi
--
[EMAIL PROTECTED],netfort.gr.jp} Debian Project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

