mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +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
|
$(INSTALL) nvm $(DESTDIR)$(PREFIX)/bin/nvm
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/nvm
|
rm -f $(DESTDIR)$(PREFIX)/bin/nvm
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -f nvm
|
rm -f nvm
|
||||||
|
|||||||
Reference in New Issue
Block a user