Skip to content
Snippets Groups Projects
Commit d141cc42 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] disable install when not configured

parent c1a8e1cd
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ include $(DOME)/template/makefile ...@@ -153,7 +153,7 @@ include $(DOME)/template/makefile
# --- Ivette Installation # --- Ivette Installation
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
include ../share/Makefile.config sinclude ../share/Makefile.config
dist-dir: dist-dir:
@echo "Cleaning dist" @echo "Cleaning dist"
...@@ -161,6 +161,8 @@ dist-dir: ...@@ -161,6 +161,8 @@ dist-dir:
IVETTE_DIST=$(wildcard dist/linux-unpacked dist/mac dist/mac-arm64) IVETTE_DIST=$(wildcard dist/linux-unpacked dist/mac dist/mac-arm64)
ifdef LIBDIR
ifdef BINDIR
ifeq ($(IVETTE_DIST),dist/linux-unpacked) ifeq ($(IVETTE_DIST),dist/linux-unpacked)
install: install:
...@@ -187,3 +189,5 @@ install: ...@@ -187,3 +189,5 @@ install:
@exit 1 @exit 1
endif endif
endif
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment