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

[ivette] fix bin for linux distro

parent 41b8d32e
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ install: ...@@ -168,7 +168,7 @@ install:
@rm -fr $(LIBDIR)/ivette @rm -fr $(LIBDIR)/ivette
@rm -f $(BINDIR)/ivette @rm -f $(BINDIR)/ivette
@mv $(IVETTE_DIST) $(LIBDIR)/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) else ifeq ($(IVETTE_DIST:-arm64=),dist/mac)
......
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