util/nvmutil: use chmod instead, in Makefile

yeah, why not use a tool that's been around since the
80s?

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 13:43:20 +00:00
parent 478c994f34
commit fe630cba5e
+2 -1
View File
@@ -18,7 +18,8 @@ $(PROG): nvmutil.c
install: $(PROG)
mkdir -p $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -m 755 $(PROG) $(DESTDIR)$(PREFIX)/bin/
$(INSTALL) $(PROG) $(DESTDIR)$(PREFIX)/bin/
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(PROG)
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/$(PROG)