summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/destdir.md
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-01-31 13:24:30 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 15:11:30 +0000
commit4bde7f31ae5fa162a514f3d876d38943fcdff406 (patch)
tree5a56718f60c61cf54caa585cf9df74ccf160701b /docs/markdown/snippets/destdir.md
parent6c6b5d77d696c160a8f65719058dba2faf783b3e (diff)
downloadmeson-4bde7f31ae5fa162a514f3d876d38943fcdff406.tar.gz
copy editing for 0.57 release notes [skip ci]
Diffstat (limited to 'docs/markdown/snippets/destdir.md')
-rw-r--r--docs/markdown/snippets/destdir.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/snippets/destdir.md b/docs/markdown/snippets/destdir.md
index d8cf55de3..c698c9916 100644
--- a/docs/markdown/snippets/destdir.md
+++ b/docs/markdown/snippets/destdir.md
@@ -1,11 +1,11 @@
## Specify DESTDIR on command line
-`meson install` command now has `--destdir` argument that overrides DESTDIR
+`meson install` command now has a `--destdir` argument that overrides `DESTDIR`
from environment.
## Skip install scripts if DESTDIR is set
`meson.add_install_script()` now has `skip_if_destdir` keyword argument. If set
-to `true` the script won't be run if DESTDIR is set during installation. This is
-useful in the case the script updates system wide cache that is only needed when
-copying files into final destination.
+to `true` the script won't be run if `DESTDIR` is set during installation. This is
+useful in the case the script updates system wide caches, or performs other tasks
+that are only needed when copying files into final destination.