summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Update.pm
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-11-22 11:26:44 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-11-22 11:26:44 +0000
commit2a1e021365c2ba67f5e925fcac16a56ff5fb8953 (patch)
treec0b32dcae3a668734e920b48b86776b2d22b831d /usr.sbin/pkg_add/OpenBSD/Update.pm
parentf259d789b13e69395f675390707ba3782bf148c3 (diff)
typo
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/Update.pm')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Update.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm
index d45f4d3ed8b..763ff4aa33e 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.101 2009/11/22 09:38:10 espie Exp $
+# $OpenBSD: Update.pm,v 1.102 2009/11/22 11:26:43 espie Exp $
#
# Copyright (c) 2004-2006 Marc Espie <espie@openbsd.org>
#
@@ -212,7 +212,7 @@ sub process_hint2
}
my $l = $state->updater->stem2location($h, $pkgname, $state);
if (defined $l) {
- $self->add_ulocation($set, $hint, $l);
+ $self->add_location($set, $hint, $l);
} else {
return undef;
}