mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +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:
|
install:
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/nvmutil
|
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/
|
||||||
|
|
||||||
# do not delete *bin/nvm because
|
# do not delete *bin/nvm because
|
||||||
# there is a package manager by
|
# there is a package manager by
|
||||||
|
|||||||
Reference in New Issue
Block a user