summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-09 06:30:14 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-09 06:30:14 +0000
commit1446df01f2ce03d9e53bd04487e64a304360cba8 (patch)
treed043fa86bbaa4274a6811135622d4255ea5bec5d
parent9f75a23a848361c916fce364252f3e0edfd90a66 (diff)
util/nvmutil: create install dir in Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/nvmutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index 7bc9e0ee..a9e57339 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -18,6 +18,7 @@ nvmutil: nvmutil.c
$(CC) $(CFLAGS) nvmutil.c -o nvmutil
install:
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/nvmutil
# do not delete *bin/nvm because