From 35ba3aef91a1e442b85fa616bb2befe4f295fd4c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Mar 2026 13:56:47 +0000 Subject: util/nvmutil: fix makefile forgot to include the binary in the path Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index 98b35be4..b256e3b3 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -17,7 +17,7 @@ $(PROG): nvmutil.c $(CC) $(CFLAGS) $(LDFLAGS) nvmutil.c -o $(PROG) install: $(PROG) - $(INSTALL) -d $(PROG) $(DESTDIR)$(PREFIX)/bin/ + $(INSTALL) -d $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG) chmod 755 $(DESTDIR)$(PREFIX)/bin/$(PROG) uninstall: -- cgit v1.2.1