diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-27 08:23:15 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-27 08:23:15 +0000 |
commit | 05384c1a029f516e9fb57a1f19dff05814091ebc (patch) | |
tree | d00c371816140a039391eb628bb4e0995030251e /urpm.pm | |
parent | 92336daa0e10734d8025e0a874c8e2279b9940a2 (diff) | |
download | urpmi-05384c1a029f516e9fb57a1f19dff05814091ebc.tar urpmi-05384c1a029f516e9fb57a1f19dff05814091ebc.tar.gz urpmi-05384c1a029f516e9fb57a1f19dff05814091ebc.tar.bz2 urpmi-05384c1a029f516e9fb57a1f19dff05814091ebc.tar.xz urpmi-05384c1a029f516e9fb57a1f19dff05814091ebc.zip |
Add the --strict-arch command-line option to urpmi and the strict-arch configuration file option
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}; |