From 9899a25197f5c99670f767eae76245d4df7fcb93 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 16 Sep 2021 22:27:17 +0300 Subject: [PATCH] makepkg: add clean option (#6540) --- pages/linux/makepkg.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index a6c4c1db2..d4c12d692 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -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: . +> More information: . - 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`