mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: safer / more portable install
explicitly declare the directory path for the given file (nvmutil), otherwise it's implementation-defined; on some systems, /bin/nvmutil means a directory named nvmutil could then contain nvmutil. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -19,7 +19,7 @@ nvmutil: nvmutil.c
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/nvmutil
|
||||
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/
|
||||
|
||||
# do not delete *bin/nvm because
|
||||
# there is a package manager by
|
||||
|
||||
Reference in New Issue
Block a user