[pacman-dev] [PATCH] Updated the documentation for makepkg's -L option.

Allan McRae allan at archlinux.org
Sat Dec 5 14:03:40 UTC 2015


On 04/12/15 16:47, Alastair Hughes wrote:
> At some point back in 2009, logging was expanded to cover all of the packaging
> functions, but the man page was not updated to reflect that. Fix that!
> 
> Signed-off-by: Alastair Hughes <hobbitalastair at gmail.com>
> ---
>  doc/makepkg.8.txt | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
> index faf3e19..bfb0cee 100644
> --- a/doc/makepkg.8.txt
> +++ b/doc/makepkg.8.txt
> @@ -103,11 +103,11 @@ Options
>  	linkman:pacman[8].
>  
>  *-L, \--log*::
> -	Enable makepkg build logging. This will use the *tee* program to send
> -	output of the `build()` function to both the console and to a text file in
> -	the build directory named `pkgname-pkgver-pkgrel-arch.log`. As mentioned
> -	above, the build log will be localized so you may want to set your locale
> -	accordingly if sharing the log output with others.
> +	Enable logging. This will use the *tee* program to send the output of each
> +	of the package functions to both the console and to a text file in the

of the PKGBUILD functions

> +	build directory named `pkgbase-pkgver-pkgrel-arch-pkgfunc.log`.

pkgbase-pkgver-pkgrel-arch-<function>.log

> +	As mentioned above, the logs will be localized so you may want to set your
> +	locale accordingly if sharing the log output with others.
>  
>  *-m, \--nocolor*::
>  	Disable color in output messages.
> 

Pulled to my pacthqueue with those changes.

A


More information about the pacman-dev mailing list