artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08eb747
)
missed one
author
espie
<espie@openbsd.org>
Sun, 21 May 2023 16:50:50 +0000
(16:50 +0000)
committer
espie
<espie@openbsd.org>
Sun, 21 May 2023 16:50:50 +0000
(16:50 +0000)
usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
b/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
index
9ade3a1
..
94134a0
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/SharedLibs.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: SharedLibs.pm,v 1.6
0 2023/05/21 16:07:35
espie Exp $
+# $OpenBSD: SharedLibs.pm,v 1.6
1 2023/05/21 16:50:50
espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@
-72,9
+72,8
@@
sub register_libname($self, $name, $pkgname)
}
-sub find_best
+sub find_best
($self, $stem)
{
- my ($self, $stem) = @_;
return $self->{repo}->find_best($stem);
}