diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-14 21:28:44 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-14 21:28:44 +0200 |
commit | 5d651e76b5b6dba5dd03ffec609719b02d703bb7 (patch) | |
tree | a2796da9b60e919af3fd08c4a206d29e61e6de5c /docs/markdown/snippets/destdir.md | |
parent | c0b448d3ca98cea2c6a55609772baa7954702fd8 (diff) | |
download | meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.zip meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.gz meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.bz2 |
Set up release 0.57.0.57.0
Diffstat (limited to 'docs/markdown/snippets/destdir.md')
-rw-r--r-- | docs/markdown/snippets/destdir.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/destdir.md b/docs/markdown/snippets/destdir.md deleted file mode 100644 index c698c99..0000000 --- a/docs/markdown/snippets/destdir.md +++ /dev/null @@ -1,11 +0,0 @@ -## Specify DESTDIR on command line - -`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 caches, or performs other tasks -that are only needed when copying files into final destination. |