jmmv / pkg_comp

Automates the build of pkgsrc binary packages in a sandbox
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

Specify work directory #21

Open cypheratheist opened 7 years ago

cypheratheist commented 7 years ago

I rebuild packages a lot sometimes and I don't want to wear down my disk more than I need to, so I always specify the work directory to point to a ram drive (also speeds up builds significantly). On my NetBSD systems I have a slightly modified pkg_comp which introduces a REAL_WORKDIR for this purpose.

It would be neat if pkg_comp 2.0 could do this out-of-the-box.