util/nvmutil: Remove the correct binary on uninstall
Signed-off-by: Leah Rowe <leah@libreboot.org>20241206_branch
parent
e63fe256df
commit
d1ca21628c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue