diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-24 20:17:45 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-24 20:17:45 +0100 |
commit | 2c23a725c0822850765268de887f731ae9bac354 (patch) | |
tree | 4d1d91cffd83c30630d6ea7d5476892a7b9d43a1 /templates/Makefile.template | |
parent | eeef8cd52b34282c89d1eadf7daff7bf401ac9b0 (diff) |
Fixing typo in Makefile.
Closes #742.
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r-- | templates/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index cd7eb23845..4a496cf88c 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -830,7 +830,7 @@ install-certs: etc/roots.pem $(Q) $(INSTALL) etc/roots.pem $(prefix)/share/grpc/roots.pem verify-install: -ifeq ($(SYSTEM_OK),true) +ifeq ($(INSTALL_OK),true) @echo "Your system looks ready to go." @echo else |