mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 21:39:03 +02:00
util/nvmutil: fix makefile
forgot to include the binary in the path Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user