util/nvmutil: Remove the correct binary on uninstall

Signed-off-by: Leah Rowe <leah@libreboot.org>
20241206_branch
Leah Rowe 2025-01-03 02:13:01 +00:00
parent e63fe256df
commit d1ca21628c
1 changed files with 1 additions and 1 deletions

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