mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: Remove the correct binary on uninstall
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user