diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-26 18:28:03 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-26 18:28:03 +0100 |
commit | 685e16ef7501c13a463330be60195800cce6210c (patch) | |
tree | 3212064590b38b321112be4994734fc75541a9f3 | |
parent | 4c00fdafea969673dac8c7a17c4e25795c7f2da7 (diff) | |
download | midipix_build-685e16ef7501c13a463330be60195800cce6210c.tar.bz2 midipix_build-685e16ef7501c13a463330be60195800cce6210c.tar.xz |
etc/README.md: updated.
-rw-r--r-- | etc/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/README.md b/etc/README.md index eb0f5f97..943ca642 100644 --- a/etc/README.md +++ b/etc/README.md @@ -400,9 +400,9 @@ concerning the package build process. ## 4. Build variables The following variables are primarily defined in ``midipix.env`` and may be -overriden on a per-build basis on the command-line after the last option -argument, if any, the environment, and/or ``${HOME}/midipix_build.vars``, -``${HOME}/.midipix_build.vars``, and/or ``../midipix_build.vars``, e.g.: +overriden on a per-build basis on the command-line, the environment, and/or +``${HOME}/midipix_build.vars``, ``${HOME}/.midipix_build.vars``, and/or +``../midipix_build.vars``, e.g.: ```shell ./build.sh -a nt64 -b release -D minipix,zipdist -P -v PREFIX_ROOT="${HOME}/midipix_tmp" @@ -487,7 +487,7 @@ prefixes: | PKG_``${NAME}``_``${BUILD_KIND}`` | Additionally, overrides may be specified on a per-build basis on the command- -line after the last argument, with each variable prefixed w/ ``PKG_``, e.g.: +line, with each variable prefixed w/ ``PKG_``, e.g.: ``./build.sh [ ... ] PKG_ZSH_CC="/usr/bin/clang"``. The minimum set of package variables that must be provided is ``SHA256SUM, URL, |