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:16:17
On Sun, Aug 26, 2007 at 06:59:26PM +0200, Klaus Heinz wrote:
>   OWN_DIRS_PERMS+=${PKG_SYSCONFDIR}/sa-update-keys ${SHAREOWN} ${SHAREGRP} 0700
> 
> cannot build correctly with PKG_DESTDIR_SUPPORT=user-destdir. With
> "destdir" it works, though.
> 
> Are there any plans to change this?

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.

Joerg