From acc13edb97dd5a030237c027a4525f9b1f6eb81f Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Thu, 8 Nov 2018 20:25:01 -0700 Subject: [PATCH] fix postinstall script --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1479f246..641c58c5 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,7 @@ executable( ) # Add in a post install script -meson.add_install_script('/meson/post_install.py') +meson.add_install_script(meson.source_root() + '/meson/post_install.py') # Add subfolders for Meson to look subdir('data')