mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +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)
|
$(CC) $(CFLAGS) $(LDFLAGS) nvmutil.c -o $(PROG)
|
||||||
|
|
||||||
install: $(PROG)
|
install: $(PROG)
|
||||||
$(INSTALL) -d $(PROG) $(DESTDIR)$(PREFIX)/bin/
|
$(INSTALL) -d $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
||||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|||||||
Reference in New Issue
Block a user