From c1a8e1cd0d06c34e2da63712a17a801976c081f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Mon, 25 Apr 2022 17:49:06 +0200
Subject: [PATCH] [ivette] fix bin for linux distro

---
 ivette/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivette/Makefile b/ivette/Makefile
index c8f4c6939a1..a0b7904e8cb 100644
--- a/ivette/Makefile
+++ b/ivette/Makefile
@@ -168,7 +168,7 @@ install:
 	@rm -fr $(LIBDIR)/ivette
 	@rm -f $(BINDIR)/ivette
 	@mv $(IVETTE_DIST) $(LIBDIR)/ivette
-	@ln -s $(LIBDIR)/ivette/Ivette $(BINDIR)/ivette
+	@ln -s $(LIBDIR)/ivette/ivette $(BINDIR)/ivette
 
 else ifeq ($(IVETTE_DIST:-arm64=),dist/mac)
 
-- 
GitLab