mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Do not fail when 'git' is missing.
This is a followup to 8b972da068
.
* Makefile.am (.git/config): Add dash.
This commit is contained in:
parent
f14d3944cc
commit
a5d719012e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue