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.
1 parent 5aabbf6 commit 39d27a7Copy full SHA for 39d27a7
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