diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-31 07:17:58 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-31 07:17:58 +0200 |
commit | d79f1f31e2c1cf820883cc94e144bb2ce48a29e3 (patch) | |
tree | d562f4500d5bb528df9978052705ae9fc5fcfa21 /etc | |
parent | 7d702f59828e92936edaa654e7854ee492be269d (diff) | |
download | midipix_build-d79f1f31e2c1cf820883cc94e144bb2ce48a29e3.tar.bz2 midipix_build-d79f1f31e2c1cf820883cc94e144bb2ce48a29e3.tar.xz |
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md index ba45aa6e..0da08b2f 100644 --- a/etc/README.md +++ b/etc/README.md @@ -458,7 +458,7 @@ package build completion corresponds to the pseudo-build step ``finish``. [//]: # "{{{ 4.2. Build variables"
## 4.2. Build variables
-The following variables are primarily defined in ``midipix.env`` and may be
+The following variables are primarily defined in ``env.d/*.env`` and may be
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.:
@@ -659,7 +659,7 @@ usage: rtl_install [-i] [-I ifs] [-n] [-p name=val] [-v] prefix spec_list ### 4.4. Package variables
The following variables are package-specific and receive their value from either
-top-level defaults defined in ``midipix.env``, build group-specific defaults from the
+top-level defaults defined in ``env.d/*.env``, build group-specific defaults from the
build group the package pertains to and defined in its corresponding file beneath
``groups/``, or package-specific overrides defined either in the latter and/or in its
corresponding file beneath ``vars/``, with one of the following prefixes:
|