util/nvmutil: Remove the correct binary on uninstall

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-01-03 02:13:01 +00:00
parent e63fe256df
commit d1ca21628c
+1 -1
View File
@@ -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