From 41b8d32e9e72b9d3aa10c5e6e8deebea771a2b11 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:46:25 +0200 Subject: [PATCH] [ivette] cleanup macOS dist after install --- ivette/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ivette/Makefile b/ivette/Makefile index bf746b8c2a7..c8f4c6939a1 100644 --- a/ivette/Makefile +++ b/ivette/Makefile @@ -176,6 +176,7 @@ install: @echo "Installing Ivette (macOS)" @rm -fr /Applications/Ivette.app @mv $(IVETTE_DIST)/Ivette.app /Applications/ + @rm -fr $(IVETTE_DIST) @install ivette-macos.sh $(BINDIR)/ivette else -- GitLab