prevent the base pkg tools from looking under /usr/local
authorespie <espie@openbsd.org>
Tue, 4 May 2021 08:39:19 +0000 (08:39 +0000)
committerespie <espie@openbsd.org>
Tue, 4 May 2021 08:39:19 +0000 (08:39 +0000)
usr.sbin/pkg_add/pkg_add

index a2da3b6..829facd 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 # ex:ts=8 sw=4:
-# $OpenBSD: pkg_add,v 1.483 2014/12/27 23:59:44 espie Exp $
+# $OpenBSD: pkg_add,v 1.484 2021/05/04 08:39:19 espie Exp $
 #
 # Copyright (c) 2010 Marc Espie <espie@openbsd.org>
 #
@@ -18,6 +18,7 @@
 
 use strict;
 use warnings;
+no lib ('/usr/local/libdata/perl5/site_perl');
 
 sub run
 {