aports/community/libproxy/no-git.patch
2023-05-25 05:14:39 +02:00

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