diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index a6c4c1db21..d4c12d6922 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`