From 05384c1a029f516e9fb57a1f19dff05814091ebc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 27 Oct 2004 08:23:15 +0000 Subject: Add the --strict-arch command-line option to urpmi and the strict-arch configuration file option --- urpm.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 4b2a0d4c..4b4b91ab 100644 --- a/urpm.pm +++ b/urpm.pm @@ -150,6 +150,7 @@ sub read_config { split-level verify-rpm norebuild + strict-arch )) { if (defined $config->{''}{$opt} && !exists $urpm->{options}{$opt}) { $urpm->{options}{$opt} = $config->{''}{$opt}; -- cgit v1.2.1