From 2dd42bbf0c8520339ff125175fa62b2e431f6f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 12 Jun 2020 16:24:12 +0100 Subject: [PATCH] Fix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-* Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7223d0c8f3..36a99aa41a 100644 --- a/meson.build +++ b/meson.build @@ -116,7 +116,7 @@ readme = configure_file(input: 'scripts/RELEASE_README.md', run_target('release', command: [find_program('scripts/release.py'), gstreamer_doc.full_path(), - 'GStreamer-doc-@0@'.format(meson.project_version()), + 'gstreamer-docs-@0@'.format(meson.project_version()), join_paths(meson.current_build_dir(), 'README.md')], depends: [gstreamer_doc] )