From 8e722a8964b49293f4972624e051f978e8c80c45 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 4 May 2021 08:41:03 +0000 Subject: [PATCH] and do the same thing to pkg_mklocatedb --- usr.sbin/pkg_add/pkg_mklocatedb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pkg_add/pkg_mklocatedb b/usr.sbin/pkg_add/pkg_mklocatedb index c17522aab3f..2ba920e41e2 100644 --- a/usr.sbin/pkg_add/pkg_mklocatedb +++ b/usr.sbin/pkg_add/pkg_mklocatedb @@ -1,6 +1,6 @@ #! /usr/bin/perl # Copyright (c) 2005-2010 Marc Espie -# $OpenBSD: pkg_mklocatedb,v 1.46 2018/09/11 09:43:08 espie Exp $ +# $OpenBSD: pkg_mklocatedb,v 1.47 2021/05/04 08:41:03 espie Exp $ # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -16,6 +16,7 @@ use strict; use warnings; +no lib ('/usr/local/libdata/perl5/site_perl'); use OpenBSD::PackageInfo; use OpenBSD::PackingList; -- 2.20.1