From: espie Date: Tue, 4 May 2021 08:41:03 +0000 (+0000) Subject: and do the same thing to pkg_mklocatedb X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8e722a8964b49293f4972624e051f978e8c80c45;p=openbsd and do the same thing to pkg_mklocatedb --- 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;