Subject: Re: DESTDIR support
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/26/2007 19:41:25
On Sun, Aug 26, 2007 at 07:38:55PM +0200, Klaus Heinz wrote:
> Joerg Sonnenberger wrote:
> 
> > Basically, the same dance done for ROOT_USER/ROOT_GROUP with
> > REAL_ROOT_USER and REAL_ROOT_GROUP has to be done for the other users
> > and groups in mk/unpriviliged.mk as well and those be used in
> > OWN_DIRS_PERMS and friends.
> 
> Ok, so we know what to do. But so long as it has not been done and
> packages are not adapted "user-destdir" does not work for them.

Sure. This specific example seems bogus BTW -- why is the file owned by
SHARE_USER and not by ROOT_USER?

Joerg