From 28467704f56e2aa9d93fb6da77fde0317c2d6c76 Mon Sep 17 00:00:00 2001 From: Phillip Smith Date: Fri, 1 Apr 2011 12:03:40 +1100 Subject: [PATCH] add documentation of PACKAGER environment variable. the PACKAGER variable is already supported, but not documented in the makepkg man page. --- doc/makepkg.8.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index f9e7239..3a179c8 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -194,6 +194,10 @@ Environment Variables Folder where the downloaded sources will be stored. Overrides the corresponding value defined in linkman:makepkg.conf[5]. +**PACKAGER=**"Your Name " + Your name and email to be added to the final package information. + Overrides the corresponding value defined in linkman:makepkg.conf[5]. + Configuration ------------- -- 1.7.4.1