aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtree/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/subtree/meson.build')
-rw-r--r--contrib/subtree/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/meson.build b/contrib/subtree/meson.build
index 161435abeb..804c315894 100644
--- a/contrib/subtree/meson.build
+++ b/contrib/subtree/meson.build
@@ -3,7 +3,7 @@ git_subtree = custom_target(
output: 'git-subtree',
command: [
shell,
- meson.project_source_root() / 'generate-script.sh',
+ meson.project_source_root() / 'tools/generate-script.sh',
'@INPUT@',
'@OUTPUT@',
meson.project_build_root() / 'GIT-BUILD-OPTIONS',