Skip to content

Commit e10104d

Browse files
committed
make uninstall: uninstall lima-driver-krunkit
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 87e3d91 commit e10104d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ uninstall:
561561
"$(DEST)/libexec/lima/limactl-mcp$(exe)" \
562562
"$(DEST)/libexec/lima/lima-driver-qemu$(exe)" \
563563
"$(DEST)/libexec/lima/lima-driver-vz$(exe)" \
564-
"$(DEST)/libexec/lima/lima-driver-wsl2$(exe)"
564+
"$(DEST)/libexec/lima/lima-driver-wsl2$(exe)" \
565+
"$(DEST)/libexec/lima/lima-driver-krunkit$(exe)"
565566
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
566567
if [ "$$(readlink "$(DEST)/bin/apptainer")" = "apptainer.lima" ]; then rm "$(DEST)/bin/apptainer"; fi
567568

0 commit comments

Comments
 (0)