We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e18298a + e5f6b9d commit da1f0ccCopy full SHA for da1f0cc
Makefile
@@ -495,7 +495,11 @@ uninstall:
495
"$(DEST)/bin/kubectl.lima" \
496
"$(DEST)/share/man/man1/lima.1" \
497
"$(DEST)/share/man/man1/limactl"*".1" \
498
- "$(DEST)/share/lima" "$(DEST)/share/doc/lima"
+ "$(DEST)/share/lima" \
499
+ "$(DEST)/share/doc/lima" \
500
+ "$(DEST)/libexec/lima/lima-driver-qemu$(exe)" \
501
+ "$(DEST)/libexec/lima/lima-driver-vz$(exe)" \
502
+ "$(DEST)/libexec/lima/lima-driver-wsl2$(exe)"
503
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
504
if [ "$$(readlink "$(DEST)/bin/apptainer")" = "apptainer.lima" ]; then rm "$(DEST)/bin/apptainer"; fi
505
0 commit comments