Skip to content

Commit e494b17

Browse files
committed
fix make uninstall should remove external drivers
Signed-off-by: Ansuman Sahoo <[email protected]>
1 parent 69538a7 commit e494b17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,10 @@ uninstall:
495495
"$(DEST)/bin/kubectl.lima" \
496496
"$(DEST)/share/man/man1/lima.1" \
497497
"$(DEST)/share/man/man1/limactl"*".1" \
498-
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
498+
"$(DEST)/share/lima" "$(DEST)/share/doc/lima" \
499+
"$(DEST)/libexec/lima/lima-driver-qemu$(exe)" \
500+
"$(DEST)/libexec/lima/lima-driver-vz$(exe)" \
501+
"$(DEST)/libexec/lima/lima-driver-wsl$(exe)"
499502
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
500503
if [ "$$(readlink "$(DEST)/bin/apptainer")" = "apptainer.lima" ]; then rm "$(DEST)/bin/apptainer"; fi
501504

0 commit comments

Comments
 (0)