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/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index 523fbe78..ca447cc9 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -104,6 +104,7 @@ my %options_spec = ( $options{X} ||= $ENV{DISPLAY} && system('/usr/X11R6/bin/xtest', '') == 0 }, 'verify-rpm!' => sub { $urpm->{options}{'verify-rpm'} = $_[1] }, + 'strict-arch!' => sub { $urpm->{options}{'strict-arch'} = $_[1] }, 'norebuild!' => sub { $urpm->{options}{norebuild} = $_[1] }, 'test!' => \$::test, 'skip=s' => \$options{skip}, -- cgit v1.2.1