summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-08-06 00:04:37 +0200
committerAllan McRae <allan@archlinux.org>2013-08-21 03:13:12 +0200
commit3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9 (patch)
treeadcc1dc75af76ff3c4a600b0427944405c219fc7 /doc
parent9085aa43224474bc2c943f4d268d8dd4b735a665 (diff)
downloadpacman-3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9.tar.gz
pacman-3d3c7ebb0dfef248c53f7cfc3730ed3fd89756a9.tar.xz
makepkg: allow make-style environment var overrides
This allows for VAR=value and VAR+=value variable declarations. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 899858e4..0b548bc9 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -11,7 +11,7 @@ makepkg - package build utility
Synopsis
--------
-'makepkg' [options]
+'makepkg' [options] [ENVVAR=value[ENVVAR+=value] ...
Description