From 4c31e7774d09fe1a59b6cfd692de4f4cade1899c Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 16 Jan 2016 00:04:57 +0200 Subject: Finalize moduleification so that full test suite runs. --- meson/scripts/meson_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson/scripts') diff --git a/meson/scripts/meson_install.py b/meson/scripts/meson_install.py index a286864..1ede757 100644 --- a/meson/scripts/meson_install.py +++ b/meson/scripts/meson_install.py @@ -193,7 +193,7 @@ def install_targets(d): print("Symlink creation does not work on this platform.") printed_symlink_error = True if is_elf_platform(): - p = subprocess.Popen([d.depfixer, outname, install_rpath], + p = subprocess.Popen(d.depfixer + [outname, install_rpath], stdout=subprocess.PIPE, stderr=subprocess.PIPE) (stdo, stde) = p.communicate() -- cgit v1.1