and do the same thing to pkg_mklocatedb
authorespie <espie@openbsd.org>
Tue, 4 May 2021 08:41:03 +0000 (08:41 +0000)
committerespie <espie@openbsd.org>
Tue, 4 May 2021 08:41:03 +0000 (08:41 +0000)
usr.sbin/pkg_add/pkg_mklocatedb

index c17522a..2ba920e 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 # Copyright (c) 2005-2010 Marc Espie <espie@openbsd.org>
-# $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;