From 36e48573ceee0f707de0dcc55d1da442d949d3dc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 14 Jul 2011 14:58:46 -0500 Subject: Add 'compress' compression format as an available option This adds the '.tar.Z' option to both repo-add and makepkg for no other reason than "why not", and because bsdtar supports it natively with the '-Z' flag. Also update the documentation accordingly. Signed-off-by: Dan McGee --- doc/repo-add.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/repo-add.8.txt') diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 2de5be8f..e03384fd 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -31,8 +31,8 @@ can be specified on the command line. A package database is a tar file, optionally compressed. Valid extensions are ``.db'' or ``.files'' followed by an archive extension of ``.tar'', -``.tar.gz'', ``.tar.bz2'', or ``.tar.xz''. The file does not need to exist, but -all parent directories must exist. +``.tar.gz'', ``.tar.bz2'', ``.tar.xz'', or ``.tar.Z''. The file does not need +to exist, but all parent directories must exist. Common Options -- cgit v1.2.3-54-g00ecf