Subject: Re: pkg/20477: defs.Linux.mk assumes sed is in /bin, isn't on slackware
To: Jeremy C. Reed <reed@reedmedia.net>
From: None <nb-pr@gendalia.org>
List: netbsd-bugs
Date: 02/24/2003 10:51:42
"Jeremy C. Reed" <reed@reedmedia.net> wrote:
>On Mon, 24 Feb 2003 nb-pr@gendalia.org wrote:
>
>> pkgsrc/mk/defs.Linux.mk:SED?=            /bin/sed
>> but it's in /usr/bin/sed
>
>On my Linux box, I added to my mk.conf:
>
>EGREP=          /usr/bin/egrep
>FGREP=          /usr/bin/fgrep
>GREP=           /usr/bin/grep
>BASENAME=       /usr/bin/basename
>
>(These are not under /bin according to the Filesystem Hierarchy Standard;
>sed is under /bin. Linux is not Linux.)
>
>As a workaround, you can set your SED in /etc/mk.conf.

Thanks, I hadn't yet noticed that all of those were set incorrectly.

-Tracy