diff options
author | Alad Wenter <alad@archlinux.info> | 2016-07-22 15:37:24 +0200 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-03-07 19:02:21 +0100 |
commit | 06c98c1b54f0aea812caca3708b320a2dd566108 (patch) | |
tree | 940e3aeac9b6243a13ecb634cdf62fc047957445 | |
parent | e10ce7fc70fe0440a888b656ed8d92e7657e4f7b (diff) | |
download | devtools32-06c98c1b54f0aea812caca3708b320a2dd566108.tar.xz |
makechrootpkg: explain load_vars
The way in which makechrootpkg reads variables from makepkg.conf(5) is
different from makepkg, in that it reads a subset of defined
variables, and only if the were not set in the environment before.
Mention this in the usage text.
Fixes FS#44827
-rw-r--r-- | makechrootpkg.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index ddf633b..6294e95 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -46,6 +46,10 @@ usage() { echo 'command:' echo ' mkarchroot <chrootdir>/root base-devel' echo '' + echo 'This script reads {SRC,SRCPKG,PKG,LOG}DEST, MAKEFLAGS and PACKAGER' + echo 'from makepkg.conf(5), if those variables are not part of the' + echo 'environment.' + echo '' echo "Default makepkg args: ${makepkg_args[*]}" echo '' echo 'Flags:' |