On 24/04/17 01:01PM, Pocket wrote:
> I am trying to build nodejs in a chroot using
> 
> pkgctl repo clone --protocol=https nodejs
> 
> pushd nodejs
> 
> makechrootpkg -c -u -r "$CHROOT" -- --skippgpcheck
> 
> popd
> 

Why are you using this very manual way of building the package instead
of just doing the following?

  $ pkgctl repo clone --protocol=https nodejs
  $ pkgctl build nodejs

Cheers,
gromit

Attachment: signature.asc
Description: PGP signature

Reply via email to