From 1c8ac8fd6de5e3ac7095dcca4e7f3cb5736e7198 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Mon, 1 May 2017 18:54:58 +0300 Subject: docs: replace occurences of set_install_script() The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik --- docs/markdown/Creating-Linux-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Creating-Linux-binaries.md') diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md index 2d5da1c..29d68ec 100644 --- a/docs/markdown/Creating-Linux-binaries.md +++ b/docs/markdown/Creating-Linux-binaries.md @@ -61,7 +61,7 @@ The aim is to put the executable in `/tmp/myapp/bin` and shared libraries to `/t Make the script run during install with this: ```meson -meson.set_install_script('linux_bundler.sh') +meson.add_install_script('linux_bundler.sh') ``` ## Final steps -- cgit v1.1