Subject: Re: pkg/34215: games/grhino
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 08/16/2006 17:40:03
The following reply was made to PR pkg/34215; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/34215: games/grhino
Date: Wed, 16 Aug 2006 19:31:38 +0200
On Wed, Aug 16, 2006 at 05:15:01PM +0000, Gilles Dauphin wrote:
> bmake install fail because of Solaris /bin/sh does not support test -e
>
> here is the fault fragment of Makefile
>
> if [ ! -e "/usr/pkg/bin" ]; then \
> mkdir -p "/usr/pkg/bin"; \
> chmod 755 "/usr/pkg/bin"; \
> fi
Whoever wants to fix this, please just kill that check.
Joerg