From a5d719012e0f5115aa89b767edc1fe1a3505915c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 4 May 2023 18:40:49 +0200 Subject: [PATCH] build: Do not fail when 'git' is missing. This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9. * Makefile.am (.git/config): Add dash. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4a9124e0c2..3e4fb90a68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1118,7 +1118,7 @@ cuirass-jobs: $(GOBJECTS) cp etc/git/pre-push .git/hooks/pre-push .git/config: etc/git/gitconfig - git config include.path ../etc/git/gitconfig + -git config include.path ../etc/git/gitconfig nodist_noinst_DATA = .git/hooks/pre-push .git/config