1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/linux/pkgctl-build.md

13 lines
342 B
Markdown
Raw Normal View History

2023-11-02 20:59:27 +01:00
# pkgctl build
> Bouw pakketten in een schone `chroot`.
> Meer informatie: <https://manned.org/pkgctl-build.1>.
2023-11-02 20:59:27 +01:00
- Kies automatisch het juiste build script om pakketten in een schone `chroot` te bouwen:
`pkgctl build`
- Bouw pakketten handmatig in een schone `chroot`:
`pkgctl build --arch {{architecture}} --repo {{repository}} --clean`