ports: on the fly pkg-plist creation from git pull

CeDeROM cederom at tlen.pl
Tue Sep 6 14:58:56 UTC 2016


On Tue, Sep 6, 2016 at 4:46 PM, Tijl Coosemans <tijl at freebsd.org> wrote:
> pkg-plist is processed before the staging area is created so running
> makeplist from post-install or post-stage is too late.  You'll have to
> do something like this instead:
>
> post-install:
>         (cd ${STAGEDIR}${PREFIX} && ${FIND} -s * -not -type d >> ${TMPPLIST})

TANKS!! =)

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info


More information about the freebsd-questions mailing list