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 7cb3155 + 39d27a7 commit 5943068Copy full SHA for 5943068
Makefile
@@ -67,7 +67,7 @@ uninstall:
67
"$(DEST)/bin/limactl" \
68
"$(DEST)/bin/nerdctl.lima" \
69
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
70
- # TODO: remove $(DEST)/bin/nerdctl only when it is a symlink to nerdctl.lima
+ if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
71
72
.PHONY: lint
73
lint:
0 commit comments