Skip to content
Snippets Groups Projects
Unverified Commit 06c98c1b authored by Alad Wenter's avatar Alad Wenter Committed by Jan Alexander Steffens (heftig)
Browse files

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
parent e10ce7fc
No related branches found
No related tags found
Loading
...@@ -46,6 +46,10 @@ usage() { ...@@ -46,6 +46,10 @@ usage() {
echo 'command:' echo 'command:'
echo ' mkarchroot <chrootdir>/root base-devel' echo ' mkarchroot <chrootdir>/root base-devel'
echo '' 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 "Default makepkg args: ${makepkg_args[*]}"
echo '' echo ''
echo 'Flags:' echo 'Flags:'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment