From d1ca21628cb2c3eb32e65159065209b678ba2e59 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Jan 2025 02:13:01 +0000 Subject: util/nvmutil: Remove the correct binary on uninstall Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index b946a193..b8ec2ad3 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -15,7 +15,7 @@ install: $(INSTALL) nvm $(DESTDIR)$(PREFIX)/bin/nvm uninstall: - rm -f $(DESTDIR)$(PREFIX)/nvm + rm -f $(DESTDIR)$(PREFIX)/bin/nvm distclean: rm -f nvm -- cgit v1.2.1