From 5246cb9aa5bdc390c793dc261b28f3439aaad4c0 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 12 Sep 2019 21:28:34 +0200 Subject: checkpkg: add option to avoid keeping the tmp dir In some cases, like default makechrootpkg execution, the temporary directory used to assemble the differences is not required. Add an option to checkpkg that allows to get rid of that directory after run and call it automatically like that in makechrootpkg. Signed-off-by: Levente Polyak --- doc/checkpkg.1.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/checkpkg.1.asciidoc b/doc/checkpkg.1.asciidoc index 96ec645..c51cac4 100644 --- a/doc/checkpkg.1.asciidoc +++ b/doc/checkpkg.1.asciidoc @@ -19,6 +19,16 @@ outputs if there are soname differences for the new package. A directory is also created using mktemp with files containing a file list for both packages and a library list for both packages. +Options +------- + +*-r, --rmdir*:: + Remove the temporary directory created to contain the file and library list + of both packages. + +*-h, --help*:: + Show a help text + See Also -------- -- cgit v1.2.3-54-g00ecf