]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add dist script
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 22 Jan 2025 09:16:48 +0000 (10:16 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jan 2025 08:13:34 +0000 (09:13 +0100)
pdns/recursordist/meson-dist-script [new file with mode: 0755]
pdns/recursordist/meson.build

diff --git a/pdns/recursordist/meson-dist-script b/pdns/recursordist/meson-dist-script
new file mode 100755 (executable)
index 0000000..f430a1d
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo HI AM AM THE DIST SCRIPT
+env
\ No newline at end of file
index bcaa756c27e4c139fa70f4cf568fd801af77cd20..0e72b6fbbcd06f4f264b3343ed58dc15b75f5e1e 100644 (file)
@@ -11,6 +11,9 @@ project(
     'cpp_std=c++17',
   ],
 )
+
+meson.add_dist_script('meson-dist-script')
+
 add_project_arguments('-DRECURSOR', language: 'cpp')