Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 16:58:33 +0200
From:      CeDeROM <cederom@tlen.pl>
To:        Tijl Coosemans <tijl@freebsd.org>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>,  FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: ports: on the fly pkg-plist creation from git pull
Message-ID:  <CAFYkXj=OcCYXB4KMH0KU%2BRNDpTSDRi5KZdVvRM66eb82YyjPuA@mail.gmail.com>
In-Reply-To: <20160906164647.1d9c9af7@kalimero.tijl.coosemans.org>
References:  <CAFYkXjnPvAX2jkDzxae_pMKq1aKFw5oD=0ayAvYVgOoZhusMGA@mail.gmail.com> <20160906164647.1d9c9af7@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 6, 2016 at 4:46 PM, Tijl Coosemans <tijl@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXj=OcCYXB4KMH0KU%2BRNDpTSDRi5KZdVvRM66eb82YyjPuA>