From 49a8e90bc78c17600eb4903ba00be26341df9161 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 12 Nov 2019 01:34:30 -0500 Subject: meson: make non-symlink scripts install for real, and use a better wrapper We now generate the scripts using their real name, install them using meson's builtin facility instead of an install_script, and generate the wrapper scripts in the root of the build directory, instead of a subdirectory. This gets us closer to resolving FS#64394. Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- build-aux/meson-install-script.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 build-aux/meson-install-script.sh (limited to 'build-aux') diff --git a/build-aux/meson-install-script.sh b/build-aux/meson-install-script.sh deleted file mode 100644 index f5a42fca..00000000 --- a/build-aux/meson-install-script.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -built_script=$1 -dest_path=$2 - -install -Dm755 "$built_script" "$DESTDIR/$dest_path" -- cgit v1.2.3-54-g00ecf