mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
d0a6c11079
commit
5aa1f3aa4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue