"/bin/true: not found" isn't fixed in 5.16.2



"Robert Dodier" <robert.dodier at gmail.com> writes:

> On 8/18/08, Aleksej Saushev <asau at inbox.ru> wrote:
>
>>  > No "/bin/true" and "/bin/false" on NetBSD, they are shell builtins:
>
> OK, I've committed the following patch to the 5.16 release branch
> and main trunk. I hope that fixes the problem.
>
> Are you working from release tarballs or cvs?

I'm working from tarballs, it is possible to setup CVS-based package,
but it takes a bit more effort.

Thanks, I'll try to test it before the next tarball.

> Robert Dodier
>
> PS.
> --- src/Makefile.am     9 Aug 2008 18:26:39 -0000       1.70.2.1
> +++ src/Makefile.am     19 Aug 2008 02:52:05 -0000
> @@ -284,7 +284,7 @@
>         mv maxima binary-ecl/maxima || \
>         success=false; \
>         test -f maxima-tmp && mv maxima-tmp maxima ; \
> -       test $$success = true && /bin/true || /bin/false
> +       test $$success = true
>
>  install-ecl:
>         $(mkinstalldirs) "$(DESTDIR)$(verpkglibdir)/binary-ecl"


-- 
CE3OH...