1
0
mirror of synced 2026-01-18 00:42:31 +00:00

chomp the output of dpkg --print-architecture

This commit is contained in:
Axel Beckert 2013-01-24 21:52:38 +01:00
parent f18285943c
commit bc054b1b02

View File

@ -1338,6 +1338,7 @@ sub setupDefaultOptions
$CONFIG{ 'apt_proxy' } = '';
$CONFIG{ 'arch' } =
which('dpkg') ? `dpkg --print-architecture` : '';
chomp($CONFIG{ 'arch' });
$CONFIG{ 'fs' } = 'ext3';
$CONFIG{ 'force' } = 0;
$CONFIG{ 'no_xen_ok' } = 0;