From ec1e6bd7e87b38f0e2db8eb1229e1076addedb85 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Mar 2026 06:31:52 +0000 Subject: 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 --- 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 a9e57339..ee091aef 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -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 -- cgit v1.2.1