mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
build: Do not fail when '.git' is missing.
This is a followup to a5d719012e.
* Makefile.am (.git/hooks/pre-push): Add dash.
This commit is contained in:
@@ -1115,7 +1115,7 @@ cuirass-jobs: $(GOBJECTS)
|
||||
|
||||
# Git auto-configuration.
|
||||
.git/hooks/pre-push: etc/git/pre-push
|
||||
cp etc/git/pre-push .git/hooks/pre-push
|
||||
-cp etc/git/pre-push .git/hooks/pre-push
|
||||
|
||||
.git/config: etc/git/gitconfig
|
||||
-git config include.path ../etc/git/gitconfig
|
||||
|
||||
Reference in New Issue
Block a user