diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-08-26 08:46:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-08-26 08:46:11 +0000 |
commit | 97ac7fb0e9cda6bc6d8074fc35afd6d43d52f379 (patch) | |
tree | de35bf34d6293e50bbb7bbc5e92076c861473345 /usr.sbin/pkg_add/OpenBSD/Update.pm | |
parent | c4539981e253688c82c7f3f387443f773318a9c9 (diff) |
zap fatpackages. nobody actually uses them.
accordingly, locations do not need to track architecture.
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/Update.pm')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Update.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm index dd57d45bc1d..ef4db8a822a 100644 --- a/usr.sbin/pkg_add/OpenBSD/Update.pm +++ b/usr.sbin/pkg_add/OpenBSD/Update.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Update.pm,v 1.149 2011/07/19 20:04:23 espie Exp $ +# $OpenBSD: Update.pm,v 1.150 2011/08/26 08:46:10 espie Exp $ # # Copyright (c) 2004-2010 Marc Espie <espie@openbsd.org> # @@ -148,7 +148,6 @@ sub process_handle } my @l2 = (); for my $loc (@$l) { - $loc->set_arch($state->{arch}); if (!$loc) { next; } |