Subject: Re: location of find program
To: pkgsrc-users <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 08/10/2007 19:23:10
On Fri, Aug 10, 2007 at 07:06:12PM +0200, Lieven De Keyzer wrote:
> /bin/bash: /usr/bin/find: no such file or directory.
> 
> The find program is in /bin on my system. Does there exist a variable
> in the pkgsrc framework I can set for this purpose?

TOOLS_PLATFORM.find= /bin/find

Joerg