diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:30:14 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:30:14 +0000 |
| commit | 1446df01f2ce03d9e53bd04487e64a304360cba8 (patch) | |
| tree | d043fa86bbaa4274a6811135622d4255ea5bec5d /util/nvmutil | |
| parent | 9f75a23a848361c916fce364252f3e0edfd90a66 (diff) | |
util/nvmutil: create install dir in Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/Makefile | 1 |
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 |
