mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:55:24 +02:00
makepkg: add clean option (#6540)
This commit is contained in:
parent
53bb082889
commit
9899a25197
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Creates a package installable with the `pacman` package manager.
|
||||
> Runs the commands from a `PKGBUILD` file to build the package.
|
||||
> More information: <https://wiki.archlinux.org/index.php/Makepkg>.
|
||||
> More information: <https://man.archlinux.org/man/makepkg.8>.
|
||||
|
||||
- Make a package (run in the same directory as a `PKGBUILD`):
|
||||
|
||||
|
@ -19,3 +19,7 @@
|
|||
- Make a package, but skip source checksums:
|
||||
|
||||
`makepkg --skipchecksums`
|
||||
|
||||
- Clean up work directories after a successful build:
|
||||
|
||||
`makepkg --clean`
|
||||
|
|
Loading…
Add table
Reference in a new issue