mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
13 lines
359 B
Diff
13 lines
359 B
Diff
diff --git a/meson.build b/meson.build
|
|
index f209f60..5da72ad 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -132,7 +132,3 @@ summary({
|
|
}, section: 'Options')
|
|
|
|
# Install pre-commit hook
|
|
-hook = run_command(join_paths(meson.project_source_root(), 'data/install-git-hook.sh'), check: false)
|
|
-if hook.returncode() == 0
|
|
- message(hook.stdout().strip())
|
|
-endif
|