On Mon, 28 Dec 1998 20:39:29 -0800, Joseph Carter <knghtbrd@debian.org> said:
> On Mon, Dec 28, 1998 at 03:08:47PM -0500, Roderick Schertler wrote:
>>
>> -b, --binary download binary packages
>
> it knows your architecture how? =>
# Return the installation architecture.
{
my $arch;
sub arch {
if (!defined $arch) {
chomp($arch = `dpkg --print-installation-architecture`);
waitstat_die $?, 'dpkg';
}
return $arch;
} }
--
Roderick Schertler
roderick@argon.org